| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
thumbnails: force HTTPS for youtube, imgur, vimeo
|
| |
| |
| |
| | |
* other services also provide thumbs over HTTPS, but the rewrite expression is more complex, so left out for now
|
|\ \
| |/
|/| |
Make ATOM toolbar button optional
|
|/
|
|
|
| |
* ATOM button display is now configurable using the SHOW_ATOM variable in index.php or data/options.php (defaults to false)
* Fixes https://github.com/shaarli/Shaarli/issues/24
|
|\
| |
| | |
Version check: check against latest version on github
|
| |
| |
| |
| | |
* fixes https://github.com/shaarli/Shaarli/issues/5
|
|/
|
|
| |
* release process: please update this file when releasing a new version on github
|
|\
| |
| | |
add link: in case of empty URL (self-post), prepend "Note: " to the title
|
|/
|
|
|
| |
* Thanks to qwertygc (https://github.com/shaarli/Shaarli/pull/23)
* Fix small typo
|
|\
| |
| | |
fix: add missing slash when defining RainTPL's temp dir
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
| |
|
|
|
|
| |
* fixes https://github.com/shaarli/Shaarli/issues/7
|
|\
| |
| | |
fix icons license and general copyright information
|
|/
|
|
|
|
|
|
|
|
| |
* fugue icons (http://p.yusukekamiyamane.com/) CC-BY-SA license
* ornimental bookend (https://openclipart.org/detail/19869/ornimental-bookend---left-by-j4p4n) Public domain license
* Paper_texture_v5_by_bashcorpo_w1000.jpg source found at http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 under Public Domain license
* linecons (https://www.iconfinder.com/iconsets/linecons-free-vector-icons-pack) CC-BY license
* add credits to COPYING, (get list of committers with git shortlog -sne, and previous contributors from the author's website)
* Fixes https://github.com/shaarli/Shaarli/issues/10
* Fixes https://github.com/sebsauvage/Shaarli/issues/8
|
|\
| |
| | |
bookmarklet: use selected text as description when adding a new link
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Based on romnGit's work at https://github.com/sebsauvage/Shaarli/pull/104
* Fixes https://github.com/shaarli/Shaarli/issues/18
* Closes https://github.com/sebsauvage/Shaarli/pull/104
* Fixes https://github.com/sebsauvage/Shaarli/issues/53
* Fixes https://github.com/sebsauvage/Shaarli/issues/129
* Fixes https://github.com/sebsauvage/Shaarli/issues/33
|
|\ \
| | |
| | | |
Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css
|
| |/
| |
| |
| |
| |
| |
| | |
typo in css
Based on respencer's work at https://github.com/respencer/Shaarli/
Closes https://github.com/sebsauvage/Shaarli/pull/103
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
I also removed the previously created placeholders, which after all, have no more utility.
|
| |
| |
| |
| | |
They are still in .gitignore because their future content will still be ignored.
|
| |
| |
| |
| | |
The same test is already on line 93
|
|/
|
|
|
|
| |
The path for templates and temporary files are now part of the configuration.
For a custom install, it's possible to put these writable directories elsewhere than in the read-only source code.
|
| |
|
|
|
|
| |
link on the title.
|
| |
|
|\
| |
| | |
Update shaarli.css
|
|/
|
| |
Added word-wrap: break-word; to body, so that that text is well wrapped, and do not permit horizontal scroll-bars (on mobile, with responsive design).
|
|\
| |
| | |
"Stay signed in" modification. This will help people with hosts which aggressively clean sessions on server side.
|
|/
|
|
|
|
|
|
|
|
| |
Instead of trusting the php session, it uses a cookie. The php session
sooner or later is distroyed if not used. It depends upon the server
settings. Using a cookie ensures that one really stays signed in.
Dev notes: I wanted to avoid merge conflicts, stay with the main
developper standards and keep the "index.php" in one file. That's why
the code may not be that nice. My own dev level my also explain.
|
| |
|
|\
| |
| | |
smallHash: simplified and improved performance
|
| |
| |
| | |
Unchanged behaviour
|
|/
|
|
| |
Closes issue https://github.com/sebsauvage/Shaarli/issues/134
|
|
|
|
| |
Focus was not properly given to description field when it's empty.
|
| |
|
|
|
|
|
|
|
|
| |
jQuery has been removed from all pages, except those who really require
it (like autocomplete in link edition).
Immediate gain: All pages weight 286 kb LESS ! \o/
Highlighting in search results has also been temporarly removed (and
will be re-implemented).
|
|
|
|
|
|
|
|
|
|
| |
* QR-Code generation now uses a client-side javascript library instead of an external service. This is better for user privacy.
* Library used is http://neocotic.com/qr.js/ (11 kb).
* jQuery is no longer used to display QR-Code (this is a first step in removing jQuery entirely).
* This library is loaded *only* if the QR-Code icon is clicked.
* If javascript is disabled, it will fallback to the external service.
* External service was changed from "invx.com" to "qrfree.kaywa.com" because invx has become bloated.
By loading the javascript library *only* if the icon is clicked, it will prevent the 11 kb lib to be loaded in every page.
|
| |
|
| |
|
|
|
| |
Default example private link changed from pastebin to ZeroBin.
|
| |
|
|\
| |
| |
| |
| | |
LionelMartin/3385af123f6b4dfc59aeaa69f180381307b64368
Added a json_encode implementation for PHP < 5.2 (free.fr)
|
| | |
|
| |
| |
| | |
Manually merged pull request https://github.com/sebsauvage/Shaarli/pull/99
|
|\ \
| | |
| | | |
RSS/Atom: add a parameter to print only the N last links
|
| |/ |
|
|\ \
| | |
| | | |
Corrected error message for lack of write access in ./data
|
| | | |
|