Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Tagcloud/list improvments | Lucas Cimon | 2017-06-09 | 2 | -2/+10 | |
|/ | ||||||
* | Fixing "Uncaught TypeError" in shaarli.js - fix #893 | Lucas Cimon | 2017-06-07 | 1 | -2/+3 | |
| | ||||||
* | Merge pull request #882 from ArthurHoaro/feature/edit-timestamp | ArthurHoaro | 2017-05-31 | 2 | -2/+15 | |
|\ | | | | | Add creation date when editing a link | |||||
| * | Add creation date when editing a link | ArthurHoaro | 2017-05-31 | 2 | -2/+15 | |
| | | | | | | | | | | | | Also, alter the title on edition Fixes #431 | |||||
* | | Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limit | ArthurHoaro | 2017-05-31 | 1 | -2/+12 | |
|\ \ | | | | | | | Selection is now limited to 2k characters using bookmarklets | |||||
| * | | Bookmarklet size limit: increase to 4500 chars and add an alert warning | ArthurHoaro | 2017-05-28 | 1 | -2/+12 | |
| | | | ||||||
| * | | Selection is now limited to 2k characters using bookmarklets | ArthurHoaro | 2017-05-25 | 1 | -2/+2 | |
| |/ | | | | | | | | | | | to avoid having too large URL Fixes #528 | |||||
* / | Display visited links in grey | ArthurHoaro | 2017-05-25 | 1 | -2/+2 | |
|/ | | | | Fixes #244 | |||||
* | Merge pull request #841 from ArthurHoaro/feature/search-no-tag | ArthurHoaro | 2017-05-25 | 2 | -2/+10 | |
|\ | | | | | Empty tag search will look for not tagged links | |||||
| * | Empty tag search will look for not tagged links | ArthurHoaro | 2017-05-25 | 2 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | Fixes #784 From now, searching for tags with an empty value will return only not tagged links, with the search bar showing `x results [not tagged]`. Note that using the api, the searchtags request parameter must be set to `false` to get the same result. - [ ] Update API doc | |||||
* | | Merge pull request #881 from ArthurHoaro/feature/note-bookmarklet | ArthurHoaro | 2017-05-25 | 2 | -4/+19 | |
|\ \ | | | | | | | Add Note bookmarklet #580 | |||||
| * | | Add Note bookmarklet #580 | philipp-r | 2017-05-25 | 2 | -4/+19 | |
| | | | ||||||
* | | | Tag list: use awesomplete for tag auto completion | ArthurHoaro | 2017-05-25 | 3 | -3/+69 | |
| | | | ||||||
* | | | Adds a taglist view with edit/delete buttons | ArthurHoaro | 2017-05-25 | 5 | -4/+276 | |
| | | | | | | | | | | | | | | | | | | * The tag list can be sort alphabetically or by most used tag * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page * New features aren't backported to vintage theme | |||||
* | | | Add a token available everywhere | ArthurHoaro | 2017-05-25 | 1 | -0/+3 | |
| | | | ||||||
* | | | Move tagcloud template file to tag.cloud | ArthurHoaro | 2017-05-25 | 2 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #819 from ArthurHoaro/feature/multi-delete | ArthurHoaro | 2017-05-25 | 4 | -9/+82 | |
|\ \ \ | | | | | | | | | Bulk deletion | |||||
| * | | | Bulk deletion: remove JS ES6 syntax | ArthurHoaro | 2017-05-08 | 1 | -65/+46 | |
| | | | | ||||||
| * | | | Bulk deletion | ArthurHoaro | 2017-05-08 | 4 | -3/+95 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a checkboxes in linklist which display a sub-header containing action buttons * Strongly rely on JS * Requires a modern browser (ES6 syntax support) * Checkboxes are hidden if the browser is old or JS disabled | |||||
* | | | | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 3 | -3/+25 | |
| | | | | ||||||
* | | | | Fixes file existence check for user.css | kalvn | 2017-05-09 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Rename title link label to home link and apply it in vintage theme | ArthurHoaro | 2017-05-03 | 3 | -4/+4 | |
| | | | | | | | | | | | | Related to #853 | |||||
* | | | Merge pull request #852 from ArthurHoaro/theme/install-password | ArthurHoaro | 2017-04-25 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Theme: use a password type field during the install | |||||
| * | | | Theme: use a password type field during the install | ArthurHoaro | 2017-04-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #830 from ArthurHoaro/theme/timezone | ArthurHoaro | 2017-04-25 | 8 | -36/+176 | |
|\ \ \ \ | |/ / / |/| | | | Change timezone data structure send to the templates | |||||
| * | | | Apply the new timezone template variables to the vintage theme | ArthurHoaro | 2017-04-04 | 5 | -4/+85 | |
| | | | | ||||||
| * | | | Apply the new timezone template variables to the default theme | ArthurHoaro | 2017-04-04 | 3 | -32/+91 | |
| | | | | ||||||
* | | | | Use raw bytes for upload size hidden input | ArthurHoaro | 2017-04-10 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Fix a warning generated in return_bytes function and refactor it | ArthurHoaro | 2017-04-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It was multiplying a string containing a letter. Moved function to Utils.php and display a human readable limit size | |||||
* | | | | Theme: use format_date function for daily date | ArthurHoaro | 2017-03-28 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Theme: JS - Fix a bug preventing edit margin suppression to work | ArthurHoaro | 2017-03-27 | 1 | -2/+1 | |
| | | | | | | | | | | | | Explanation: an ID with a leading digit isn't a valid CSS selector | |||||
* | | | Theme: change global font to Roboto and include bold variant | ArthurHoaro | 2017-03-24 | 7 | -11/+20 | |
| |/ |/| | | | | | Fixes #822 | |||||
* | | Add API setting in the new theme during the installation | ArthurHoaro | 2017-03-22 | 3 | -4/+22 | |
|/ | | | | Also use the same variable name across template files | |||||
* | Merge pull request #804 from ArthurHoaro/feature/atom-default | ArthurHoaro | 2017-03-21 | 1 | -2/+2 | |
|\ | | | | | Fixes #304: use atom feed as default | |||||
| * | Fixes #304: use atom feed as default | ArthurHoaro | 2017-03-11 | 1 | -2/+2 | |
| | | | | | | | | RSS feed is still available with the setting set to false | |||||
* | | Theme: display shaarli version in the footer when logged in | ArthurHoaro | 2017-03-12 | 1 | -1/+5 | |
| | | | | | | | | Fixes #778 | |||||
* | | Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflow | ArthurHoaro | 2017-03-12 | 2 | -1/+5 | |
|\ \ | | | | | | | Fixes #806: display overflow for awesomplete list | |||||
| * | | Fixes #806: display overflow for awesomplete list | ArthurHoaro | 2017-03-12 | 2 | -1/+5 | |
| | | | ||||||
* | | | Theme: Vertical align theme select in configure | ArthurHoaro | 2017-03-12 | 2 | -1/+2 | |
|/ / | | | | | | | Fixes #807 | |||||
* | | Remove inline JS and add LibreJS headers in JS files | ArthurHoaro | 2017-03-12 | 8 | -110/+142 | |
| | | | | | | | | | | Fixes #33 (wow!) Relates to #395 | |||||
* | | Merge pull request #803 from ArthurHoaro/feature/awesomplete-autofirst | ArthurHoaro | 2017-03-11 | 2 | -2/+2 | |
|\ \ | | | | | | | Fixes #657: use data-autofirst parameter for awesomeplete | |||||
| * | | Fixes #657: use data-autofirst parameter for awesomeplete | ArthurHoaro | 2017-03-11 | 2 | -2/+2 | |
| |/ | | | | | | | data-autofirst automatically selects the first item of the list of choice automatically. You just have to press enter to use it. | |||||
* / | Fixes #793: display the star logo on mobile instead of home logo | ArthurHoaro | 2017-03-11 | 1 | -1/+1 | |
|/ | ||||||
* | Prevent git from messing with font files | ArthurHoaro | 2017-03-09 | 8 | -652/+2668 | |
| | | | | This should remove font related errors in browser debig consoles | |||||
* | Merge pull request #792 from ArthurHoaro/feature/private-filter-visual | ArthurHoaro | 2017-03-09 | 2 | -1/+11 | |
|\ | | | | | Display private only filter as search criteria | |||||
| * | Display private only filter as search parameter | ArthurHoaro | 2017-03-08 | 2 | -1/+11 | |
| | | ||||||
* | | Submit editlink textarea using CTRL+Enter shortcut | ArthurHoaro | 2017-03-08 | 2 | -1/+8 | |
|/ | ||||||
* | Improve datetime display | ArthurHoaro | 2017-03-06 | 2 | -4/+5 | |
| | | | | | | | | | | Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET) | |||||
* | Multiple minor improvements and bugfixes regarding the new templates: | ArthurHoaro | 2017-02-27 | 8 | -42/+116 | |
| | | | | | | | | | | | | | | * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox | |||||
* | Introduce the new default Shaarli template | ArthurHoaro | 2017-02-27 | 45 | -0/+8751 | |
| |