summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This should fix travis with PHP 5.5 (and maybe below)HEADorigin/masterorigin/HEADmasterSébastien Lucas2016-12-261-0/+1
|
* Fixed the hover effect on the books article (2 or 3 pixel too short on the top).Sébastien Lucas2016-12-261-1/+1
| | | | | The top margin is already on the cover so there is no need to add it also in the book title.
* Update the README a little. Especially to enhance the easiest way to install ↵Sébastien Lucas2016-12-231-10/+12
| | | | | | COPS Small other stuff, nothing big
* Update phing build file with the new composer thing.Sébastien Lucas2016-12-231-1/+9
| | | | the ouput gets a lot bigger but if I do somthing about it this file will become a mess.
* typo fixed (copy paste gone wrong).Sébastien Lucas2016-12-231-1/+1
|
* Remove IE9 from sauce (way too old to maintain)Sébastien Lucas2016-12-231-9/+1
|
* Add a chapter in the README to explain how to install from sources. and some ↵Sébastien Lucas2016-12-231-3/+15
| | | | small other formatting fixes.
* Simplify .gitignore and handle cops packages betterSébastien Lucas2016-12-221-1/+2
|
* Fix the remaining badges from the README.Sébastien Lucas2016-12-191-2/+2
|
* Add a mention in config_local.php.example to find all configuration items. ↵Sébastien Lucas2016-12-171-1/+8
| | | | fix #312
* Update ChangelogSébastien Lucas2016-12-151-1/+7
|
* Merge pull request #309 from horus68/patch-3Sébastien Lucas2016-12-141-1/+1
|\ | | | | Android user agent for OPDS reader update
| * Android user agent for OPDS reader updateHorus682016-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some new user agents and a revised one (all for Android apps) **User Agent was changed by the app** UserAgent: `EBookDroid` Android app: Ebookdroid https://play.google.com/store/apps/details?id=org.ebookdroid **New User Agents** UserAgent: `BookReader` Android app: Gorser Ebookreader - https://play.google.com/store/apps/details?id=com.gorser.ebookreader.epub UserAgent: `CoolReader` Android app: Cool Reader https://play.google.com/store/apps/details?id=org.coolreader UserAgent: `PageTurner` Android app: PageTurner eBook Reader - https://play.google.com/store/apps/details?id=net.nightwhistler.pageturner.ads UserAgent: `books\.ebook\.pdf\.reader` Android app: EBook Reader & PDF Reader - https://play.google.com/store/apps/details?id=books.ebook.pdf.reader Note: it also works with `books.ebook.pdf.reader` UserAgent: `com\.hiwapps\.ebookreader` Android app: Ebook reader (from Hiwapps)- https://play.google.com/store/apps/details?id=com.hiwapps.ebookreader Note: app does not support epub format UserAgent: `OpenBook` Android app: https://play.google.com/store/apps/details?id=app.angeldroid.openbook
* | Avoid mixed content if login is accessed over HTTPS. thanks to polytan02 for ↵Sébastien Lucas2016-12-141-2/+1
|/ | | | the PR. fixes #307 and #308
* Seems that the doT directory is in fact dot directory. Should fix sauce.Sébastien Lucas2016-12-132-2/+2
|
* Fixed the link to all COPS contributors. Thanks to horus68 for the report ↵Sébastien Lucas2016-12-131-1/+1
| | | | (see #303).
* Merge pull request #302 from jeremitu/masterSébastien Lucas2016-12-131-4/+4
|\ | | | | Improved Polish translation
| * Improved Polish translationJarek Jurasz2016-11-191-4/+4
| |
* | Fix the dependency to LRUCache (we need an older version). Update all other ↵Sébastien Lucas2016-12-132-144/+161
| | | | | | | | dependencies.
* | This should fix saucelabsSébastien Lucas2016-12-131-2/+1
| |
* | Fix the mail sender.Sébastien Lucas2016-12-131-1/+2
| |
* | Modify all badges to really use this repository.Sébastien Lucas2016-12-131-4/+4
| |
* | Remove slack notification (at least for now)Sébastien Lucas2016-12-131-4/+0
| |
* | Merge pull request #274 from mbirth/code-cleanupSébastien Lucas2016-12-13131-13074/+7524
|\ \ | |/ |/| Code cleanup
| * Add required PHP extensions to Composer config.Markus Birth2016-12-041-2/+8
| |
| * Fix typo.Markus Birth2016-12-041-1/+1
| |
| * Fix config loading order for test.Markus Birth2016-10-253-5/+5
| |
| * Updated composer.Markus Birth2016-10-252-60/+86
| |
| * Fixed "Undefined variable config" in PHP 7.Markus Birth2016-10-252-3/+3
| |
| * Updated composer.lock.Markus Birth2016-10-241-109/+345
| |
| * Update dependencies.Markus Birth2016-10-231-20/+1
| |
| * Merge remote-tracking branch 'upstream/master' into code-cleanupMarkus Birth2016-10-2345-126/+164
| |\ | |/ |/|
* | Fix automatic release zip generationSébastien Lucas2016-10-152-2/+2
| |
* | Prepare next releaseSébastien Lucas2016-10-151-1/+1
| |
* | Étiquette 1.0.1 ajoutée à la révision 87a31fd7b1deSébastien Lucas2016-10-151-0/+1
| |
* | Prepare the automatic build of releases1.0.1Sébastien Lucas2016-10-152-2/+29
| |
* | Prepare release.Sébastien Lucas2016-10-031-0/+8
| |
* | Fix the tests broken by previous commit, more complicated and will need ↵Sébastien Lucas2016-10-033-53/+37
| | | | | | | | refactoring later. fix #288
* | Fix custom columns in book list with server side renderingSébastien Lucas2016-10-032-1/+15
| |
* | Switch to a more up to date docker containerSébastien Lucas2016-09-101-1/+1
| |
* | Merge pull request #293 from lucanos/lucanos-patch-1Sébastien Lucas2016-09-061-3/+1
|\ \ | | | | | | Removes "header()" to send as HTML
| * | Removes "header()" to send as HTMLLuke Stevenson2016-08-291-3/+1
| | | | | | | | | This was causing a PHP error as the output body had already commenced at Line 1
* | | Merge pull request #294 from cgxxx/fix.changeiconsSébastien Lucas2016-09-056-10/+10
|\ \ \ | | | | | | | | Move /icons to /images and template updating (Apache issues)
| * | | Bootstrap tempate forgotten correctionsCgX2016-08-311-5/+5
| | | |
| * | | Déplacement du répertoire /icons dans /images et correction du templateCgX2016-08-315-5/+5
| |/ /
* | | Fix an inconsistancy in checkconfig.php when multiple libraries were usedSébastien Lucas2016-09-051-2/+2
| | |
* | | Send the mail as UTF8. fix #286Sébastien Lucas2016-09-051-0/+1
| | |
* | | Next version will be 1.0.1Sébastien Lucas2016-09-051-1/+1
|/ /
* | Fix the redirection to the OPDS catalog for Moon+ Reader. reported ↵Sébastien Lucas2016-07-211-1/+1
| | | | | | | | http://www.mobileread.com/forums/showpost.php?p=3353641&postcount=1292
* | Merge pull request #285 from Mikescher/masterSébastien Lucas2016-07-182-5/+5
|\ \ | | | | | | Fixed CustomColumnTypeText showing id instead of text when created by getCustomByBook()
| * | Fixed wrong htmlvalue bug also for CustomColumnTypeEnumerationMike Schwörer2016-07-172-2/+2
| | |
| * | Fixed unit tests for custom columns (display text - not id - for text columns)Mike Schwörer2016-07-171-2/+2
| | |
| * | Fixed CustomColumnTypeText showing id instead of text when created by ↵Mike Schwörer2016-07-171-1/+1
|/ / | | | | | | getCustomByBook()
* | Étiquette 1.0.0 ajoutée à la révision 728d8d2062b2Sébastien Lucas2016-07-081-0/+1
| |
* | Update the changelog1.0.0Sébastien Lucas2016-07-081-1/+1
| |
* | The next release will be 1.0.0, Yeah !Sébastien Lucas2016-07-061-1/+1
| |
* | Update changelogSébastien Lucas2016-07-061-4/+6
| |
* | Merge pull request #280 from horus68/copslanguagesSébastien Lucas2016-07-0624-42/+42
|\ \ | | | | | | Translations - Fix no stars
| * | Solving conflits on my repohorus682016-07-051-4/+0
| | | | | | | | | | | | Updating german file
| * | Merge remote-tracking branch 'refs/remotes/seblucas/master' into copslanguageshorus682016-07-052-1/+5
| |\ \ | |/ / |/| | | | | | | | # Conflicts: # lang/Localization_de.json
| * | Translations - Fix no starshorus682016-07-0524-42/+42
| | | | | | | | | | | | translation updates after master file changes from commit af15b65
| | * Merge remote-tracking branch 'upstream/master' into code-cleanupMarkus Birth2016-07-042-2/+2
| | |\ | |_|/ |/| |
* | | Forgot to save after the change in german translation.Sébastien Lucas2016-07-041-1/+1
| | |
* | | Fix some translations, there no need for placeholder when no items are here.Sébastien Lucas2016-07-042-2/+2
| | |
| | * Merge remote-tracking branch 'upstream/master' into code-cleanupMarkus Birth2016-07-0428-6698/+7576
| | |\ | |_|/ |/| |
* | | Merge pull request #278 from horus68/copslanguagesSébastien Lucas2016-07-0325-1903/+2489
|\ \ \ | |/ / | | | Translations 1.0.0
| * | Translations 1.0.0horus682016-07-0125-1903/+2489
|/ / | | | | | | | | Translations for 1.0 final version. From transifex including new lines. 2 new languages
* | Change the formatting of the language files, based on a suggestion from ↵Sébastien Lucas2016-07-0125-6988/+6988
| | | | | | | | | | | | @horus68. fix #255 UpdateLang was also updated
* | Update all language file following the custom column merge.Sébastien Lucas2016-07-0122-21/+49
| |
* | Add Serbian translation. Thanks to Dalibor VinkicDalibor Vinkic2016-07-011-0/+265
| |
* | Merge pull request #275 from Mikescher/masterSébastien Lucas2016-07-011-1/+0
|\ \ | | | | | | Fixed duplicate authorsName in template
| * | fixed authorsName duplicated in templates/default/mainMike Schwörer2016-06-301-1/+0
|/ /
| * Language files line endings back to CRLF (Windows).Markus Birth2016-06-3023-6739/+6739
| |
| * Remove php-epub-meta and load via Composer.Markus Birth2016-06-305-1921/+93
| |
| * Merge remote-tracking branch 'upstream/master'Markus Birth2016-06-303-3/+7
| |\ | |/ |/|
* | Trim the search query it should help with autocomplete on mobile. fix #272Sébastien Lucas2016-06-301-1/+1
| |
* | There is some forbidded characters for kepub, so we'll filter them. fix #264Sébastien Lucas2016-06-301-1/+3
| |
* | Merge pull request #269 from Mikescher/masterSébastien Lucas2016-06-3039-104/+2930
|\ \ | | | | | | Full implementation of calibre custom columns
* | | Update changelogSébastien Lucas2016-06-301-1/+3
| | |
| | * Code beautify Book.php.Markus Birth2016-06-301-212/+212
| | |
| | * Split customcolumn.php into classes files.Markus Birth2016-06-3011-1070/+1140
| | |
| | * Merge branch 'master' of https://github.com/Mikescher/copsMarkus Birth2016-06-3042-101/+2921
| | |\ | | |/ | |/|
| * | Fixed scrutinizer issuesMike Schwörer2016-04-302-31/+32
| | |
| * | Fixed customcolumns.php for older php version (5.3)Mike Schwörer2016-04-301-2/+2
| | |
| * | Updated german translation fileMike Schwörer2016-04-301-21/+21
| | |
| * | Improved performance and memory consumptionMike Schwörer2016-04-301-13/+31
| | |
| * | Probably last bunch of test -> 96% coverage for customcolumns.phpMike Schwörer2016-04-302-3/+195
| | |
| * | PHPStorm code reformattingMike Schwörer2016-04-302-154/+218
| | |
| * | Added a unit testsMike Schwörer2016-04-304-12/+58
| | |
| * | Added a more unit testsMike Schwörer2016-04-282-80/+404
| | |
| * | Added a few unit tests and fixed two bugsMike Schwörer2016-04-276-45/+647
| | |
| * | fixed lowercase letter in language classMike Schwörer2016-04-271-1/+1
| | |
| * | Updated bootstrap template for use with custom columnsMike Schwörer2016-04-252-1/+9
| | |
| * | Added support for custom_column datatype "comment"Mike Schwörer2016-04-243-7/+103
| | |
| * | Added support for custom columns in book preview (popup panel)Mike Schwörer2016-04-247-8/+62
| | |
| * | Added support for custom columns in normal list viewMike Schwörer2016-04-2429-60/+333
| | |
| * | PHPDoc comments and a bit of clean up in customcolumn.phpMike Schwörer2016-04-2425-119/+512
| | |
| * | Fixed problem with older databases (custom column json has no description field)Mike Schwörer2016-04-241-1/+1
| | |
| * | UnitTests: Fixed unit tests for folder with spaces in themMike Schwörer2016-04-241-3/+3
| | | | | | | | | | | | -> wrapped system call parameters in quotes
| * | update-langMike Schwörer2016-04-2322-0/+22
| | |