]> git.p6c8.net - jirafeau.git/log
jirafeau.git
7 years agoJirafeau version 2.0.0 2.0.0
Jerome Jutteau [Thu, 19 Jan 2017 19:35:19 +0000 (19:35 +0000)]
Jirafeau version 2.0.0

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
7 years ago[FEATURE] Styles: Add padding
Dan Untenzu [Tue, 17 Jan 2017 15:55:57 +0000 (16:55 +0100)]
[FEATURE] Styles: Add padding

7 years ago[FEATURE] Docs: Explain how to obey the AGPLv3 license
Dan Untenzu [Tue, 17 Jan 2017 15:36:54 +0000 (16:36 +0100)]
[FEATURE] Docs: Explain how to obey the AGPLv3 license

This project uses the AGPLv3 license. If an admin decides
to make some adaptions to the source code, and run a service with
these changes incorporated, the admin is required to offer
the servers users a download of the source code of his version.

Describe in the README how to do that conveniently with the ToS page.

Closes #95

7 years ago[BUGFIX] Translations: Rename ToS
Dan Untenzu [Tue, 17 Jan 2017 15:15:49 +0000 (16:15 +0100)]
[BUGFIX] Translations: Rename ToS

Rename ToS label to plural

7 years ago[FEATURE] Footer: Nicer project title
Dan Untenzu [Tue, 17 Jan 2017 15:12:07 +0000 (16:12 +0100)]
[FEATURE] Footer: Nicer project title

7 years ago[FEATURE] Enable a custom website title
Dan Untenzu [Tue, 17 Jan 2017 14:13:13 +0000 (15:13 +0100)]
[FEATURE] Enable a custom website title

Enable the administrator to set a custom title
for his installation of Jirafeau, eg. "John Doe Filecenter".

7 years ago[FEATURE] Template Markers: Replace configuration values
Dan Untenzu [Tue, 17 Jan 2017 12:52:27 +0000 (13:52 +0100)]
[FEATURE] Template Markers: Replace configuration values

Replace markers with configured values.

7 years ago[!!][FEATURE] Let admin overwrite the ToS page
Dan Untenzu [Tue, 17 Jan 2017 11:42:04 +0000 (12:42 +0100)]
[!!][FEATURE] Let admin overwrite the ToS page

Let the admin overwrite the content of the
"Terms of Service" page by copying the original ToS
template and creating a local file (same procedure as
for the configuration). This file is not versionized.

Note: This is a breaking change, since the existing
tos textfile is moved. This should be mentioned
in the update comments.
  * ToS text file changed → move file from "/tos_text.php"
    to "/lib/tos.local.txt" and remove all HTML und PHP Tags,
    leaving a regular text file.

Refs #95

7 years ago[FEATURE] Replace markers in templates
Dan Untenzu [Tue, 17 Jan 2017 11:37:34 +0000 (12:37 +0100)]
[FEATURE] Replace markers in templates

Add a function to allow a simple marker replacement,
eg. for the Terms of Service page.

Markers have the scheme "###MARKERNAME###".

7 years ago[FEATURE] Install script: Simplify config generation
Dan Untenzu [Mon, 16 Jan 2017 17:12:50 +0000 (18:12 +0100)]
[FEATURE] Install script: Simplify config generation

Simplify the generation of the local configuration file
by replacing various loops with shorter PHP standard methods.

This will cause the local configuration to have a slightly
different style, but it is still an array therefore is
readable and changeable by PHP developers.

7 years ago[FEATURE] Move config include into settings file
Dan Untenzu [Mon, 16 Jan 2017 16:54:01 +0000 (17:54 +0100)]
[FEATURE] Move config include into settings file

Move the include of the original and the local
configuration file into the settings file to reduce one
includes in each file, have all settings in one place
and remove unneccessary code from the config file
(which makes it easier to copy and change it).

7 years ago[FEATURE] Install script: Reduce test code
Dan Untenzu [Mon, 16 Jan 2017 16:23:17 +0000 (17:23 +0100)]
[FEATURE] Install script: Reduce test code

Add some comments to enhance the readabillity in the
installation script.

Reduce footer includes and send all fatal errors
to one function instead.

Remove includes of installation depenend variables
in the footer, if the installation script is not
done yet.

Move settings include to the top (this may help
for future configuration tests).

7 years ago[FEATURE] Docs: Enhance readabilty of config params
Dan Untenzu [Mon, 16 Jan 2017 15:32:48 +0000 (16:32 +0100)]
[FEATURE] Docs: Enhance readabilty of config params

Add some linebreaks and streamline comment style.

7 years ago[BUGFIX] Contribution: Fix structure markdown
Dan Untenzu [Mon, 16 Jan 2017 14:57:46 +0000 (15:57 +0100)]
[BUGFIX] Contribution: Fix structure markdown

Structure markdown needs a code block syntax,
to prevent wrong display.

7 years ago[FEATURE] Contribution guide: Revise chapters
Dan Untenzu [Mon, 16 Jan 2017 14:39:46 +0000 (15:39 +0100)]
[FEATURE] Contribution guide: Revise chapters

* Add headlines
* Add note about the KISS principle of the project
* Fix some typos

7 years ago[FEATURE] Readme: Add link to contribution file
Dan Untenzu [Mon, 16 Jan 2017 14:31:13 +0000 (15:31 +0100)]
[FEATURE] Readme: Add link to contribution file

Its a common way to include a CONTRIBUTING.md file
(https://github.com/blog/1184-contributing-guidelines)
to explain developers things like code format, structures and
patch guidelines.

Rename the newcomers file to CONTRIBUTING.md and add
a link to it in the README.

7 years ago[TASK] Rename license file
Dan Untenzu [Mon, 16 Jan 2017 14:27:52 +0000 (15:27 +0100)]
[TASK] Rename license file

The license file is usually named "LICENSE.txt".

7 years ago[FEATURE] Readme: Add license
Dan Untenzu [Mon, 16 Jan 2017 14:21:32 +0000 (15:21 +0100)]
[FEATURE] Readme: Add license

7 years ago[FEATURE] Readme: Add screenshot of admin interface
Dan Untenzu [Mon, 16 Jan 2017 14:11:46 +0000 (15:11 +0100)]
[FEATURE] Readme: Add screenshot of admin interface

Refs #89

7 years ago[FEATURE] Enhance Readme
Dan Untenzu [Mon, 16 Jan 2017 14:06:56 +0000 (15:06 +0100)]
[FEATURE] Enhance Readme

* Revise headlines/subheadlines
* Move update instructions
* Add features

7 years ago[BUGFIX] Bash script: return download link to web view
Dan Untenzu [Mon, 16 Jan 2017 13:26:29 +0000 (14:26 +0100)]
[BUGFIX] Bash script: return download link to web view

The bash script uses the upload URL to build the download link.

So the user may share different links when using the bash script
or the webform. Besides that does the API page show the same
result for "download links" and "direct links", so the current
list makes no sense to the uploader.

The script should however link to the web view and
offer API commands additionally.

Refs #86

7 years ago[BUGFIX] API: Set content type to plain text
Dan Untenzu [Mon, 16 Jan 2017 11:00:39 +0000 (12:00 +0100)]
[BUGFIX] API: Set content type to plain text

Setting the content type to text only will
make some browsers to ignore the utf8 charset.

Set the default content type to "plain text"
to deliver UTF8 and avoid errors while generating
a bash script with special characters.

7 years ago[FEATURE] Bash script: Enhance help and add version
Dan Untenzu [Mon, 16 Jan 2017 10:14:39 +0000 (11:14 +0100)]
[FEATURE] Bash script: Enhance help and add version

Enhance the help and show all available options in
a common structure.
Move description of available options to one place.

Also add the version of the Jirafeau version which
generated the bash script. This way a user may
find out about changes (because his script was
generated with Jirafeau 1.1.2, but the current version
on the server may be 3.2.5 already).

7 years agoJirafeau version 1.2.0 1.2.0
Jerome Jutteau [Thu, 19 Jan 2017 18:35:49 +0000 (18:35 +0000)]
Jirafeau version 1.2.0

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
7 years agoAdd note about admin password hashing
Jerome Jutteau [Fri, 13 Jan 2017 18:09:55 +0000 (18:09 +0000)]
Add note about admin password hashing

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
7 years agoFix php warning due to usage of date()
Jerome Jutteau [Fri, 13 Jan 2017 18:26:49 +0000 (18:26 +0000)]
Fix php warning due to usage of date()

The function time() returns always timestamp that is timezone independent (=UTC)

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
7 years agoTranslation: french quarter expiration
Jerome Jutteau [Fri, 13 Jan 2017 18:12:13 +0000 (18:12 +0000)]
Translation: french quarter expiration

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
7 years ago[FEATURE] Translation: german quarter expiration
Dan Untenzu [Fri, 13 Jan 2017 15:59:49 +0000 (16:59 +0100)]
[FEATURE] Translation: german quarter expiration

7 years agoFix missing quarter in possible values
Jerome Jutteau [Fri, 13 Jan 2017 18:16:05 +0000 (18:16 +0000)]
Fix missing quarter in possible values

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
7 years agoFix missing possible values in expiration dates
Jerome Jutteau [Fri, 13 Jan 2017 18:32:17 +0000 (18:32 +0000)]
Fix missing possible values in expiration dates

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
7 years ago[FEATURE] Add »quarter« expiration time
Dan Untenzu [Fri, 13 Jan 2017 15:57:26 +0000 (16:57 +0100)]
[FEATURE] Add »quarter« expiration time

Add »quarter« (3 x 1 Month = 90 days) as available expiration time.

This option is disabled by default.

Refs #87

7 years ago[FEATURE] Set default expiration time in config
Dan Untenzu [Fri, 13 Jan 2017 14:39:12 +0000 (15:39 +0100)]
[FEATURE] Set default expiration time in config

Enable the admin to set a default expiration time
in the configuration time. This way the upload form
may offer "hour", "day", "month" as available expiration
times and "day" is preselected.

Default in the original configuration is "month".

Refs #57

7 years ago[FEATURE] Streamline default expiration date
Dan Untenzu [Thu, 12 Jan 2017 17:24:02 +0000 (18:24 +0100)]
[FEATURE] Streamline default expiration date

The bash script sets the expiration date to "none"
by default. The web form has "month" as default however.

Streamline the default expiration date and set the bash
to month as well.

This also avoids an error if the bash script is run
for the first time ever with default settings, since
the expiration time "none" is not allowed then.

Refs #85

7 years ago[TASK] CGL: Remove whitespaces
Dan Untenzu [Thu, 12 Jan 2017 16:40:45 +0000 (17:40 +0100)]
[TASK] CGL: Remove whitespaces

Remove unwanted whitespace

7 years ago[FEATURE] Show download link in admin panel
Dan Untenzu [Thu, 12 Jan 2017 16:27:46 +0000 (17:27 +0100)]
[FEATURE] Show download link in admin panel

Show the download link for a file in the admin panel,
to find it again easily if the uploader has lost it somehow.

Move the "direct download" action into the last column instead.

Refs #68

7 years ago[BUGFIX] Deliver JavaScript with correct MIME type
Dan Untenzu [Thu, 12 Jan 2017 15:28:47 +0000 (16:28 +0100)]
[BUGFIX] Deliver JavaScript with correct MIME type

The JavaScript lib is generated by a PHP file. This
file will be blocked in browsers, if the server has the
security option "X-Content-Type-Options: nosniff" set.

Set the correct MIME type (text/javascript) in the header
to avoid this behaviour.

Refs #84

8 years agoEnable Spanish translation
Jerome Jutteau [Sat, 5 Nov 2016 11:14:16 +0000 (12:14 +0100)]
Enable Spanish translation

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
8 years agoEnable Russian translation
Jerome Jutteau [Sat, 5 Nov 2016 11:10:24 +0000 (12:10 +0100)]
Enable Russian translation

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
8 years agoAdded translation for Spanish
Jerome Jutteau [Sat, 5 Nov 2016 11:06:33 +0000 (12:06 +0100)]
Added translation for Spanish

Thanks to [Emuarc](https://gitlab.com/Emuarc)

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
8 years agoAdd a small script to run Jirafeau in a docker
Jerome Jutteau [Sat, 5 Nov 2016 11:03:35 +0000 (12:03 +0100)]
Add a small script to run Jirafeau in a docker

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
8 years agoTranslated using Weblate (Spanish)
Borja Saavedra Valdés [Wed, 19 Oct 2016 08:56:07 +0000 (08:56 +0000)]
Translated using Weblate (Spanish)

Currently translated at 69.0% (76 of 110 strings)

8 years agoTranslated using Weblate (Polish)
KajmaczeK [Sat, 8 Oct 2016 14:09:55 +0000 (14:09 +0000)]
Translated using Weblate (Polish)

Currently translated at 40.9% (45 of 110 strings)

8 years agoAdded translation using Weblate (Polish)
KajmaczeK [Sat, 8 Oct 2016 13:56:45 +0000 (13:56 +0000)]
Added translation using Weblate (Polish)

8 years agoTranslated using Weblate (Russian)
Eugene Barbashin [Fri, 23 Sep 2016 14:22:16 +0000 (14:22 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (110 of 110 strings)

8 years agoUpdate README.md
Jérôme [Fri, 26 Aug 2016 21:46:45 +0000 (21:46 +0000)]
Update README.md

8 years agoadd Greek language
Jerome Jutteau [Fri, 26 Aug 2016 21:40:10 +0000 (23:40 +0200)]
add Greek language

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Fri, 26 Aug 2016 21:29:10 +0000 (23:29 +0200)]
Merge remote-tracking branch 'origin/master'

8 years agoAdding a very nice theme from JordyValentine
Jerome Jutteau [Fri, 26 Aug 2016 21:22:51 +0000 (23:22 +0200)]
Adding a very nice theme from JordyValentine

Integrated from https://github.com/JordyValentine/jirafeau-elegantish

8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Fri, 26 Aug 2016 21:14:13 +0000 (23:14 +0200)]
Merge remote-tracking branch 'origin/master'

8 years agoadd sha-256 password cipher support
JuLien42 [Wed, 10 Aug 2016 09:20:48 +0000 (11:20 +0200)]
add sha-256 password cipher support

8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Fri, 26 Aug 2016 21:08:43 +0000 (23:08 +0200)]
Merge remote-tracking branch 'origin/master'

8 years agoTranslated using Weblate (Croatian)
Ante Nakic [Fri, 26 Aug 2016 08:15:16 +0000 (08:15 +0000)]
Translated using Weblate (Croatian)

Currently translated at 36.3% (40 of 110 strings)

8 years agoAdded translation using Weblate (Croatian)
Ante Nakic [Fri, 26 Aug 2016 07:53:12 +0000 (07:53 +0000)]
Added translation using Weblate (Croatian)

8 years agoTranslated using Weblate (Greek)
Vasilis Giann [Tue, 26 Jul 2016 09:53:32 +0000 (09:53 +0000)]
Translated using Weblate (Greek)

Currently translated at 86.3% (95 of 110 strings)

8 years agoTranslated using Weblate (Greek)
Ioannis [Mon, 25 Jul 2016 13:01:48 +0000 (13:01 +0000)]
Translated using Weblate (Greek)

Currently translated at 16.3% (18 of 110 strings)

8 years agoTranslated using Weblate (Greek)
Vasilis Giann [Mon, 25 Jul 2016 12:58:11 +0000 (12:58 +0000)]
Translated using Weblate (Greek)

Currently translated at 11.8% (13 of 110 strings)

8 years agoAdded translation using Weblate (Greek)
Vasilis Giann [Mon, 25 Jul 2016 12:43:29 +0000 (12:43 +0000)]
Added translation using Weblate (Greek)

8 years agoAdd instructions for nginx
Poorchop [Wed, 1 Jun 2016 17:20:55 +0000 (17:20 +0000)]
Add instructions for nginx

8 years agoMerge branch 'master' into 'master'
Jérôme [Wed, 18 May 2016 12:09:14 +0000 (12:09 +0000)]
Merge branch 'master' into 'master'

Adding the possibility to call admin.php from CLI to automatize (e.g. in cron) the cleaning of old/expired files and unfinished tranfers

Hello,
I think this feature might be of interest for other administrators of Jirafeau. I have not found any way in the app to do it so I developed this small patch. What do you think?
Best
Pierre-Alain

See merge request !15

8 years agoAdding infos on Munin plugins for Jirafeau
Pierre-Alain Bandinelli [Sun, 15 May 2016 15:26:16 +0000 (17:26 +0200)]
Adding infos on Munin plugins for Jirafeau

8 years agoAdding info about the "cronization" of clean_expired, clean_async
Pierre-Alain Bandinelli [Sun, 15 May 2016 15:20:58 +0000 (17:20 +0200)]
Adding info about the "cronization" of clean_expired, clean_async

8 years agoFixing some typos in README.md
Pierre-Alain Bandinelli [Sun, 15 May 2016 15:11:31 +0000 (17:11 +0200)]
Fixing some typos in README.md

8 years agoAdding the possibility to call admin.php from CLI to automatize cleanoing of old...
Pierre-Alain Bandinelli [Sun, 15 May 2016 15:08:27 +0000 (17:08 +0200)]
Adding the possibility to call admin.php from CLI to automatize cleanoing of old files / async files

8 years agoEnable simplified Chinese translation
Jérôme [Wed, 11 May 2016 05:20:09 +0000 (07:20 +0200)]
Enable simplified Chinese translation

Signed-off-by: Jérôme <mojo@couak.net>
8 years agoFix German translation
Jérôme [Wed, 11 May 2016 05:08:27 +0000 (07:08 +0200)]
Fix German translation

Signed-off-by: Tobias Strobel <me@strobeltobias.de>
8 years agoTranslated using Weblate (Chinese)
YFdyh000 [Thu, 24 Mar 2016 11:49:36 +0000 (12:49 +0100)]
Translated using Weblate (Chinese)

Currently translated at 93.6% (103 of 110 strings)

8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Tue, 22 Mar 2016 09:10:50 +0000 (10:10 +0100)]
Merge remote-tracking branch 'origin/master'

8 years agoMerge branch 'master' into 'master'
Jérôme [Tue, 22 Mar 2016 09:10:42 +0000 (09:10 +0000)]
Merge branch 'master' into 'master'

admin.php: fix authentication bypass vulnerability

An attacker ban bypass the authentication form by passing an array instead of a string (https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet#Input_handling). The identity operator should fix the vulnerability.

See merge request !13

8 years agoadmin.php: fix authentication bypass vulnerability
scumjr [Mon, 21 Mar 2016 17:54:59 +0000 (18:54 +0100)]
admin.php: fix authentication bypass vulnerability

8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Sat, 5 Mar 2016 11:31:10 +0000 (12:31 +0100)]
Merge remote-tracking branch 'origin/master'

8 years agoMerge branch 'linkname' into 'master'
Jérôme [Sat, 5 Mar 2016 11:31:02 +0000 (11:31 +0000)]
Merge branch 'linkname' into 'master'

Add direct link in bash script + link title

Hi,

Another small patch to make things more user friendly :)

See merge request !12

8 years agoAdd link title + direct download link
François Boulogne [Tue, 1 Mar 2016 20:45:14 +0000 (21:45 +0100)]
Add link title + direct download link

8 years agoMerge branch 'master' of https://gitlab.com/mojo42/Jirafeau
François Boulogne [Tue, 1 Mar 2016 20:38:51 +0000 (21:38 +0100)]
Merge branch 'master' of https://gitlab.com/mojo42/Jirafeau

8 years agoTranslated using Weblate (Slovak)
Fedor Piecka [Mon, 22 Feb 2016 16:03:30 +0000 (17:03 +0100)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (110 of 110 strings)

8 years agoTranslated using Weblate (Slovak)
Fedor Piecka [Mon, 22 Feb 2016 16:03:11 +0000 (17:03 +0100)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (110 of 110 strings)

8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Thu, 18 Feb 2016 15:26:01 +0000 (16:26 +0100)]
Merge remote-tracking branch 'origin/master'

8 years agoMerge branch 'error_codes' into 'master'
Jérôme [Thu, 18 Feb 2016 15:25:54 +0000 (15:25 +0000)]
Merge branch 'error_codes' into 'master'

Error codes

Hi Jérôme,

I had to debug a little (my max_size limit in php.ini was too low) and I needed more helpful error code. This is a PR to enhance a little bit that. I think it will be also helpful to help users who experience some troubles.

See merge request !11

8 years agoAdd more informative error codes
François Boulogne [Mon, 18 Jan 2016 02:14:56 +0000 (21:14 -0500)]
Add more informative error codes

8 years agoAdd more informative error codes
François Boulogne [Mon, 18 Jan 2016 02:14:56 +0000 (21:14 -0500)]
Add more informative error codes

8 years agoMerge branch 'master' of https://gitlab.com/mojo42/Jirafeau
François Boulogne [Mon, 18 Jan 2016 01:54:34 +0000 (20:54 -0500)]
Merge branch 'master' of https://gitlab.com/mojo42/Jirafeau

8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Tue, 5 Jan 2016 21:36:12 +0000 (22:36 +0100)]
Merge remote-tracking branch 'origin/master'

8 years agoEnhance information about API
François Boulogne [Fri, 25 Dec 2015 22:21:49 +0000 (17:21 -0500)]
Enhance information about API

8 years agoMerge remote-tracking branch 'origin/master'
Weblate [Tue, 5 Jan 2016 19:13:43 +0000 (20:13 +0100)]
Merge remote-tracking branch 'origin/master'

8 years agoJirafeau version 1.1 1.1
Jerome [Tue, 5 Jan 2016 18:11:59 +0000 (19:11 +0100)]
Jirafeau version 1.1

Signed-off-by: Jerome <mojo@couak.net>
8 years agoREADME.md: add documentation about 1.0 and 1.1 release
Jerome [Tue, 5 Jan 2016 19:06:08 +0000 (20:06 +0100)]
README.md: add documentation about 1.0 and 1.1 release

Signed-off-by: Jerome <mojo@couak.net>
8 years agoadmin: show Jirafeau version in admin interface
Jerome [Tue, 5 Jan 2016 17:48:54 +0000 (18:48 +0100)]
admin: show Jirafeau version in admin interface

Signed-off-by: Jerome <mojo@couak.net>
8 years agoEnhance information about API
François Boulogne [Fri, 25 Dec 2015 22:21:49 +0000 (17:21 -0500)]
Enhance information about API

8 years agoTranslated using Weblate (Dutch)
ikmaak [Fri, 11 Dec 2015 22:36:28 +0000 (23:36 +0100)]
Translated using Weblate (Dutch)

Currently translated at 100.0% (110 of 110 strings)

9 years agofix typo, closes #54
Jerome Jutteau [Sat, 14 Nov 2015 09:37:42 +0000 (10:37 +0100)]
fix typo, closes #54

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Sat, 14 Nov 2015 09:31:23 +0000 (10:31 +0100)]
Merge remote-tracking branch 'origin/master'

9 years agofix IE11 upload, closes #56
Jerome Jutteau [Sat, 14 Nov 2015 09:30:36 +0000 (10:30 +0100)]
fix IE11 upload, closes #56

Thanks Daniel for this patch

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Fri, 13 Nov 2015 20:58:06 +0000 (21:58 +0100)]
Merge remote-tracking branch 'origin/master'

9 years agoadd a sleep() when a bad password is provided
Jerome Jutteau [Fri, 13 Nov 2015 20:56:06 +0000 (21:56 +0100)]
add a sleep() when a bad password is provided

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Fri, 13 Nov 2015 20:48:04 +0000 (21:48 +0100)]
Merge remote-tracking branch 'origin/master'

9 years agoadd header for IE and compatibitity view
Jerome Jutteau [Fri, 13 Nov 2015 20:47:44 +0000 (21:47 +0100)]
add header for IE and compatibitity view

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Thu, 5 Nov 2015 22:16:48 +0000 (23:16 +0100)]
Merge remote-tracking branch 'origin/master'

9 years agoUpdate README.md
Jérôme [Thu, 5 Nov 2015 22:16:41 +0000 (22:16 +0000)]
Update README.md

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Mon, 12 Oct 2015 17:20:59 +0000 (19:20 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agolib/template/header.php: fix Undefined index: HTTP_ACCEPT
Jerome Jutteau [Mon, 12 Oct 2015 17:20:21 +0000 (19:20 +0200)]
lib/template/header.php: fix Undefined index: HTTP_ACCEPT

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Sun, 11 Oct 2015 21:11:06 +0000 (23:11 +0200)]
Merge remote-tracking branch 'origin/master'

patrick-canterino.de