Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process manage tags page through Slim controller | ArthurHoaro | 2020-07-23 | 4 | -6/+6 |
| | |||||
* | Process configure page through Slim controller | ArthurHoaro | 2020-07-23 | 4 | -4/+4 |
| | |||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -0/+28 |
| | |||||
* | Process tools page through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -3/+3 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 3 | -4/+4 |
| | | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links | ||||
* | Process session filters through Slim controllers | ArthurHoaro | 2020-07-23 | 2 | -11/+16 |
| | | | | | | | Including: - visibility - links per page - untagged only | ||||
* | Process remove tag endpoint through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -2/+4 |
| | |||||
* | Process OpenSearch controller through Slim | ArthurHoaro | 2020-07-23 | 6 | -6/+12 |
| | | | | Also it was missing on the default template feeds | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 6 | -12/+12 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 4 | -33/+65 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Process daily page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Process tag list page through Slim controller | ArthurHoaro | 2020-07-23 | 3 | -5/+5 |
| | |||||
* | Few optimizations and code readability for tag cloud controller | ArthurHoaro | 2020-07-23 | 2 | -2/+2 |
| | |||||
* | Working version before optimization | ArthurHoaro | 2020-07-23 | 2 | -6/+6 |
| | |||||
* | Process tag cloud page through Slim controller | ArthurHoaro | 2020-07-23 | 4 | -4/+4 |
| | |||||
* | Slim router: handle add tag route | ArthurHoaro | 2020-07-23 | 5 | -5/+5 |
| | |||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -5/+5 |
| | |||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 3 | -47/+40 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 19 | -53/+53 |
| | |||||
* | Add autofocus on tag cloud filter input | Kevin Masson | 2020-02-10 | 1 | -0/+1 |
| | | | | Fix #1413 | ||||
* | Fix all existing links and redirection to ?do=login | ArthurHoaro | 2020-01-26 | 2 | -3/+3 |
| | |||||
* | Fix SASS Lint | ArthurHoaro | 2020-01-26 | 2 | -2/+2 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 5 | -62/+91 |
| | |||||
* | Fix deprecated use of implode | ArthurHoaro | 2020-01-23 | 2 | -2/+2 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 6 | -4/+61 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Avoiding warning 'PHP Notice: Undefined index: updated' | Lucas Cimon | 2020-01-12 | 2 | -2/+2 |
| | |||||
* | Fix undefined thumbnail on OpenGraph headers | ArthurHoaro | 2019-09-10 | 2 | -2/+2 |
| | | | | Fixes #1362 | ||||
* | Merge pull request #1336 from ArthurHoaro/hotfix/atom-author | ArthurHoaro | 2019-08-10 | 2 | -2/+2 |
|\ | | | | | ATOM Feed: use instance name as author name instead of URL | ||||
| * | ATOM Feed: use instance name as author name instead of URL | ArthurHoaro | 2019-07-29 | 2 | -2/+2 |
| | | | | | | | | Related FreshRSS/FreshRSS#2466 | ||||
* | | little fix template | agentcobra | 2019-08-01 | 1 | -1/+1 |
| | | | | | | fix link between label and checkbox (updateCheck) | ||||
* | | maj linklist | Luce Carević | 2019-07-28 | 1 | -0/+2 |
| | | | | | | put back the link on the thumbmail and fix a11y | ||||
* | | fix a11y | Luce Carević | 2019-07-13 | 7 | -27/+25 |
| | | |||||
* | | fix a11y | Luce Carević | 2019-07-13 | 3 | -14/+14 |
|/ | |||||
* | Merge pull request #1323 from llune/patch-5 | ArthurHoaro | 2019-07-13 | 1 | -3/+3 |
|\ | | | | | fix a11y label | ||||
| * | fix a11y label | Luce Carević | 2019-07-13 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1321 from llune/patch-3 | ArthurHoaro | 2019-07-13 | 1 | -1/+1 |
|\ \ | | | | | | | a11y fix img without alt | ||||
| * | | fix img without alt | Luce Carević | 2019-07-13 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1324 from llune/patch-6 | ArthurHoaro | 2019-07-13 | 1 | -1/+3 |
|\ \ | | | | | | | a11y fix add banner mobile version | ||||
| * | | a11y fix add banner mobile version | Luce Carević | 2019-07-13 | 1 | -1/+3 |
| |/ | |||||
* | | Merge pull request #1322 from llune/patch-4 | ArthurHoaro | 2019-07-13 | 1 | -2/+2 |
|\ \ | | | | | | | fix a11y label | ||||
| * | | fix a11y label | Luce Carević | 2019-07-13 | 1 | -2/+2 |
| |/ | |||||
* | | fix blank | Luce Carević | 2019-07-12 | 1 | -1/+1 |
| | | |||||
* | | a11y fix: label and tabindex | Luce Carević | 2019-07-12 | 1 | -9/+7 |
|/ | | | | | Don't use tabindex values other than -1, 0. (see https://webaim.org/techniques/keyboard/tabindex). Fix inputs without labels (the placeholder attribute is not a proper labelling method) | ||||
* | Automatically retrieve description for new bookmarks | ArthurHoaro | 2019-07-06 | 2 | -0/+24 |
| | | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302 | ||||
* | Daily - display the current day instead of the previous one | ArthurHoaro | 2019-05-25 | 2 | -1/+9 |
| | | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299 | ||||
* | Merge pull request #1301 from ArthurHoaro/template/print-css | ArthurHoaro | 2019-05-25 | 1 | -2/+2 |
|\ | | | | | Add print CSS rules to the default template | ||||
| * | Add print CSS rules to the default template | ArthurHoaro | 2019-05-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Fixes #1291 * Display the header bar only on the first page * Hide search bars, pagination buttons, filters, and edit/delete buttons | ||||
* | | Switch from FontAwesome v4.x to ForkAwesome | ArthurHoaro | 2019-05-19 | 2 | -2/+3 |
| | | | | | | | | And use the Shaarli icon made by @xuv in the header and footer (default template). | ||||
* | | Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-all | ArthurHoaro | 2019-05-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Hide select all button on mobile view | ||||
| * | Hide select all button on mobile view | ArthurHoaro | 2019-04-22 | 1 | -1/+1 |
| | | | | | | | | Bulk actions are not available on mobile view yet |