index
:
Shaarli
doc-bulk-creation
doc-composer
doc-fix-homepage-icon
doc-fix-mkdocs-warnings
doc-update-php-compat
fix-broken-doc-links
gitolite_local/ldap
latest
legacy
master
revert-1220-url-filter
stable
v0.10
v0.11
v0.12
v0.7
v0.8
v0.9
webdesign
The personal, minimalist, super-fast, database free, bookmarking service - community repo
Immae
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue 'You are not authorized to add a link' with thumbnails enabled
ArthurHoaro
2018-08-10
1
-1
/
+1
*
Merge pull request #687 from ArthurHoaro/web-thumb
ArthurHoaro
2018-07-28
5
-10
/
+258
|
\
|
*
Bunch of improvement for thumbnails integration:
ArthurHoaro
2018-07-17
2
-1
/
+4
|
*
Thumbnails: add a common mode to only retrieve thumbs from popular media webs...
ArthurHoaro
2018-07-05
3
-5
/
+60
|
*
Add a page to update all thumbnails through AJAX requests in both templates
ArthurHoaro
2018-07-05
4
-14
/
+58
|
*
Take code review into account
ArthurHoaro
2018-07-05
1
-0
/
+17
|
*
Update thumbnail integration after rebasing the branch
ArthurHoaro
2018-07-05
2
-2
/
+25
|
*
ConfigManager: add a method to remove an entry
ArthurHoaro
2018-07-05
1
-1
/
+49
|
*
Use web-thumbnailer to retrieve thumbnails
ArthurHoaro
2018-07-05
3
-0
/
+58
*
|
Implements Tags endpoints for Shaarli's REST API
ArthurHoaro
2018-06-04
4
-4
/
+213
|
/
*
Merge pull request #1143 from ArthurHoaro/sort-equal-tags
ArthurHoaro
2018-06-04
1
-8
/
+21
|
\
|
*
Tag sort - UT + comment + fix filter and visibility
ArthurHoaro
2018-05-29
1
-7
/
+18
|
*
Fix order of tags with the same number of occurrences
ArthurHoaro
2018-05-19
1
-2
/
+4
*
|
SessionManager+LoginManager: fix checkLoginState logic
VirtualTam
2018-06-02
2
-2
/
+5
*
|
Add test coverage for LoginManager methods
VirtualTam
2018-06-02
1
-5
/
+4
*
|
SessionManager: remove unused UID token
VirtualTam
2018-06-02
1
-6
/
+0
*
|
Refactor LoginManager stay-signed-in token management
VirtualTam
2018-06-02
2
-7
/
+33
*
|
Refactor session and cookie timeout control
VirtualTam
2018-06-02
2
-14
/
+39
*
|
Move LoginManager and SessionManager to the Security namespace
VirtualTam
2018-06-02
2
-2
/
+2
*
|
LoginManager: remove unused parameter
VirtualTam
2018-06-02
1
-2
/
+1
*
|
Login: update PageBuilder and default/vintage templates
VirtualTam
2018-06-02
1
-2
/
+7
*
|
Pass the client IP ID to LoginManager
VirtualTam
2018-06-02
1
-15
/
+13
*
|
Delegate session operations to SessionManager
VirtualTam
2018-06-02
2
-24
/
+69
*
|
Document LoginManager properties
VirtualTam
2018-05-29
1
-0
/
+11
*
|
Refactor user credential validation at login time
VirtualTam
2018-05-29
1
-3
/
+106
*
|
Refactor PHP session handling during login/logout
VirtualTam
2018-05-29
1
-0
/
+40
*
|
Refactor SessionManager::$INACTIVITY_TIMEOUT
VirtualTam
2018-05-29
1
-0
/
+4
*
|
Refactor client session hijacking protection
VirtualTam
2018-05-29
1
-1
/
+32
|
/
*
Support redirection in cURL download callback
ArthurHoaro
2018-05-01
1
-4
/
+13
*
German language created (#1114)
Buster One
2018-04-15
1
-0
/
+1
*
Merge pull request #1093 from ArthurHoaro/feature/theme-translation
ArthurHoaro
2018-03-26
1
-2
/
+18
|
\
|
*
Load theme translations files automatically
ArthurHoaro
2018-03-26
1
-2
/
+18
*
|
Merge pull request #1096 from ArthurHoaro/feature/download-params
ArthurHoaro
2018-03-13
1
-0
/
+26
|
\
\
|
*
|
Make max download size and timeout configurable
ArthurHoaro
2018-03-07
1
-0
/
+26
|
|
/
*
/
PSR: use elseif instead of else if
ArthurHoaro
2018-02-28
6
-12
/
+12
|
/
*
Merge pull request #1092 from ArthurHoaro/fix/scuttle-doctype-case
ArthurHoaro
2018-02-24
1
-2
/
+2
|
\
|
*
Ignore the case while checking DOCTYPE during the file import
ArthurHoaro
2018-02-23
1
-2
/
+2
*
|
Use a specific page title in all pages
ArthurHoaro
2018-02-24
1
-1
/
+1
|
/
*
Refactor login / ban authentication steps
VirtualTam
2018-02-05
1
-0
/
+134
*
Merge pull request #1038 from ArthurHoaro/feature/public-only-filter
ArthurHoaro
2018-02-02
2
-1
/
+14
|
\
|
*
Public/private filter: use two separate buttons
ArthurHoaro
2018-01-24
1
-21
/
+0
|
*
Add a filter to only display public links
ArthurHoaro
2017-12-16
2
-1
/
+35
*
|
INTL_IDNA_VARIANT_2003 is deprecated
ArthurHoaro
2018-02-02
1
-1
/
+1
*
|
Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installed
ArthurHoaro
2018-01-31
1
-0
/
+2
*
|
Fix warnings when upgrading from legacy SebSauvage version
ArthurHoaro
2018-01-25
1
-3
/
+3
*
|
Merge pull request #977 from ArthurHoaro/feature/dl-filter
ArthurHoaro
2018-01-23
2
-38
/
+65
|
\
\
|
*
|
Extract the title/charset during page download, and check content type
ArthurHoaro
2017-10-28
2
-38
/
+65
*
|
|
Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443
ArthurHoaro
2017-12-03
1
-0
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Force HTTPS if the original port is 443 behind a reverse proxy
ArthurHoaro
2017-12-02
1
-0
/
+7
*
|
|
Merge pull request #1020 from ArthurHoaro/feature/curl-chunk
ArthurHoaro
2017-11-26
1
-1
/
+1
|
\
\
\
[next]