aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
Commit message (Collapse)AuthorAgeFilesLines
* fix #564 on legacyThomas2015-08-081-1/+1
|
* fix security bug with PHP_AUTH_USERThomas Citharel2015-07-281-4/+1
|
* fix #1237, display a message instead of button when connections are not ↵Thomas Citharel2015-07-271-1/+3
| | | | through https
* secure database functionsThomas Citharel2015-07-171-11/+18
|
* Revert "[1005] fixing redirection when deleting archived article"Thomas Citharel2015-07-071-1/+1
| | | | This reverts commit 63fc40ff8465cd14b6221636ccbd2d9d9c07787e.
* fix #1209Thomas Citharel2015-07-061-0/+9
|
* Fix #1215Thomas Citharel2015-06-111-0/+1
|
* [1005] fixing redirection when deleting archived articleVincent Malley2015-06-021-1/+1
|
* Merge remote-tracking branch 'upstream/dev' into devVincent Malley2015-06-021-16/+38
|\
| * check that URL are real ones before importing them (for instance, avoid ↵Thomas Citharel2015-05-301-1/+1
| | | | | | | | bookmarklets)
| * added commentsand fixed something forgottenThomas Citharel2015-05-221-1/+1
| |
| * added Firefox-bookmarks format import modeThomas Citharel2015-05-221-15/+37
| |
* | [1203] fixing tag exportVincent Malley2015-06-021-1/+1
|/
* redo the whole lot of commits I've deleted while trying Gitlab/Framasoft ↵Thomas Citharel2015-03-141-1/+1
| | | | mirroring
* fix little problems and bring previous features to all themesThomas Citharel2015-03-131-1/+1
|
* fix for #1153, a couple of improvements and fixed bugsThomas Citharel2015-03-131-3/+5
|
* tag cloud is present, #1122 is implementedThomas Citharel2015-03-081-0/+20
|
* implement #11221.9.1alpha1Thomas Citharel2015-03-081-0/+2
|
* mark read and go to next now in the right directionThomas Citharel2015-03-081-1/+1
|
* implement #1123Thomas Citharel2015-03-021-3/+23
|
* Merge branch 'dev' of github.com:wallabag/wallabag into devThomas Citharel2015-02-191-1/+1
|\
| * Change message type from success to errorThomas Citharel2015-02-181-1/+1
| | | | | | See #1096
* | fix for #1102, eventually #1041Thomas Citharel2015-02-191-7/+14
|/
* adapt for php < 5.4Thomas Citharel2015-02-161-1/+2
| | | Still not obsolete. :(
* much better fix for #10821.9RC1Thomas Citharel2015-02-161-6/+5
|
* alternative random function to fix #10821.9beta2Thomas Citharel2015-02-161-6/+5
|
* forgot this fileThomas Citharel2015-02-141-1/+1
|
* mainly css improvementsThomas Citharel2015-02-141-1/+3
|
* couple improvements, translationsThomas Citharel2015-02-131-2/+6
|
* Merge branch 'dev' into registerThomas Citharel2015-02-131-17/+78
|\
| * improvements to internal registration and translationsThomas Citharel2015-02-131-16/+31
| |
| * Merge branch 'dev' into sendmailatregistrationThomas Citharel2015-02-131-13/+40
| |\
| | * Fix fetched entries when localizedEric Priou aka erixtekila2015-02-051-11/+17
| | |
| | * fix autoclose (#984) and bookmarklet modeThomas Citharel2015-02-041-2/+2
| | |
| | * added reload icon and fixed a bug where random could redirect to deleted ↵Thomas Citharel2015-02-011-2/+5
| | | | | | | | | | | | articles
| | * mergeThomas Citharel2015-02-011-0/+9
| | |\
| | | * Merge branch 'dev' into randomarticleThomas Citharel2015-02-011-19/+75
| | | |\
| | | * | implemented ?random urlThomas Citharel2014-12-221-1/+8
| | | | |
| | | * | implemented random buttonThomas Citharel2014-12-071-1/+2
| | | | |
| | * | | Merge branch 'dev' into reloadarticleThomas Citharel2015-02-011-19/+75
| | |\ \ \ | | | | |/ | | | |/|
| | * | | added reload functionThomas Citharel2014-12-131-1/+10
| | | |/ | | |/|
| * | | fix syntax errorsThomas Citharel2015-01-241-4/+4
| | | |
| * | | allow to send confirmation emails when creating a new userThomas Citharel2015-01-241-4/+23
| | |/ | |/|
* / | working on registration supportThomas Citharel2015-01-231-0/+4
|/ /
* | from spaces to commasThomas Citharel2015-01-201-1/+1
| |
* | Merge branch 'kaffeeringe-patch-1' into devThomas Citharel2015-01-191-1/+13
|\ \
| * | Add Tags on Importkaffeeringe2015-01-181-1/+13
| | | | | | | | | | | | | | | I fixed it! And it works for me. But: I am not too good with programming. So better check the code ;-)
* | | Merge pull request #690 from doc75/log_auth_errorNicolas Lœuillet2015-01-161-0/+2
|\ \ \ | | | | | | | | Add message in web server log in case of authentication failure
| * | | add message in web server log in case of authentication failure to enable ↵Guillaume Virlet2015-01-051-0/+2
| | | | | | | | | | | | | | | | the usage of fail2ban on failed login attempts
* | | | [RSS] introducing query param 'limit' to restrict the number of items to ↵Vincent Malley2015-01-161-4/+10
| | | | | | | | | | | | | | | | display in RSS feeds.