aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Make FeedBuilder instance creation independant of the request stackArthurHoaro2020-07-231-73/+66
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-237-15/+115
* Slim daily: minor bugfix with empty dataArthurHoaro2020-07-231-12/+6
* Process daily page through Slim controllerArthurHoaro2020-07-233-5/+147
* Process tag list page through Slim controllerArthurHoaro2020-07-231-11/+48
* Few optimizations and code readability for tag cloud controllerArthurHoaro2020-07-231-21/+31
* Handle tag filtering in the Bookmark serviceArthurHoaro2020-07-232-3/+1
* Process tag cloud page through Slim controllerArthurHoaro2020-07-233-1/+100
* Slim router: handle add tag routeArthurHoaro2020-07-234-3/+78
* Process logout through Slim controllerArthurHoaro2020-07-233-2/+52
* Migrate cache purge function to a proper classArthurHoaro2020-07-235-42/+54
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-236-2/+112
* Fix all relative link to work with new URLArthurHoaro2020-07-231-2/+2
* Merge pull request #1428 from pipoprods/feat/ldap-authArthurHoaro2020-06-251-9/+70
|\
| * LDAP - Force protocol LDAPv3ArthurHoaro2020-06-251-3/+11
| * Update application/security/LoginManager.phpSébastien NOBILI2020-06-031-1/+6
| * Update application/security/LoginManager.phpSébastien NOBILI2020-06-031-1/+1
| * Update application/security/LoginManager.phpSébastien NOBILI2020-06-031-2/+4
| * ldap authentication, fixes shaarli/Shaarli#1343Sébastien NOBILI2020-03-021-9/+55
* | Add an exception to method 'whitelist_protocols' for url which started with '#'aguy2020-02-281-1/+1
|/
* Rename ci attribute to containerArthurHoaro2020-01-262-15/+17
* Execute common plugin hooks before rendering login pageArthurHoaro2020-01-264-1/+45
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-1/+1
* Render login page through Slim controllerArthurHoaro2020-01-269-0/+300
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-185-12/+53
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-2/+2
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-1817-734/+287
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-1720-66/+3226
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-172-0/+7
* thumbnailer: add soundcloud.com to list of common media domainsnodiscc2019-09-211-0/+1
* Fix RSS permalink included in Markdown blocArthurHoaro2019-09-121-1/+1
* Make sure that bookmark sort is consistent, even with equal timestampsArthurHoaro2019-08-071-2/+5
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-062-4/+82
* Merge pull request #1273 from ArthurHoaro/feature/ban-managerArthurHoaro2019-05-252-86/+227
|\
| * Rewrite IP ban managementArthurHoaro2019-02-092-86/+227
* | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibilityArthurHoaro2019-04-221-0/+6
|\ \
| * | Bulk action: set visibilityArthurHoaro2019-02-091-0/+6
| |/
* | Merge pull request #1272 from ArthurHoaro/feature/html-langArthurHoaro2019-03-021-0/+2
|\ \
| * | Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-0/+2
| |/
* | Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieveArthurHoaro2019-03-024-4/+17
|\ \
| * | Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-244-4/+17
| |/
* | Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warningArthurHoaro2019-02-241-1/+5
|\ \
| * | Fix a warning if links sticky status isn't setArthurHoaro2019-02-091-1/+5
| |/
* | Merge pull request #1269 from ArthurHoaro/feature/remove-redirectorArthurHoaro2019-02-246-64/+22
|\ \
| * | Remove the redirector settingArthurHoaro2019-02-096-64/+22
| |/
* / Fix thumbnails disabling if PHP GD is not installedArthurHoaro2019-02-091-1/+1
|/
* Merge pull request #1182 from ArthurHoaro/feature/session-protection-stay-loginArthurHoaro2019-02-091-0/+3
|\
| * Do not check the IP address with session protection disabledArthurHoaro2018-07-171-0/+3
* | Optimize and cleanup importsVirtualTam2019-01-1314-20/+12
* | namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-122-25/+37