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
*
namespacing: \Shaarli\Plugin\PluginManager
VirtualTam
2019-01-12
2
-25
/
+37
*
namespacing: \Shaarli\Netscape\NetscapeBookmarkUtils
VirtualTam
2019-01-12
1
-11
/
+16
*
namespacing: \Shaarli\Router
VirtualTam
2019-01-12
1
-21
/
+22
*
namespacing: \Shaarli\ApplicationUtils
VirtualTam
2019-01-12
3
-37
/
+42
*
namespacing: \Shaarli\Updater
VirtualTam
2019-01-12
4
-110
/
+125
*
namespacing: move LinkUtils along \Shaarli\Bookmark classes
VirtualTam
2019-01-12
1
-2
/
+2
*
namespacing: \Shaarli\Bookmark\LinkFilter
VirtualTam
2019-01-12
4
-37
/
+47
*
namespacing: \Shaarli\Bookmark\LinkDB
VirtualTam
2019-01-12
10
-38
/
+57
*
namespacing: \Shaarli\FileUtils
VirtualTam
2019-01-12
3
-7
/
+7
*
namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}
VirtualTam
2019-01-12
2
-7
/
+15
*
namespacing: move HTTP utilities along \Shaarli\Http\ classes
VirtualTam
2019-01-12
3
-4
/
+4
*
namespacing: \Shaarli\Http\Url
VirtualTam
2019-01-12
3
-216
/
+222
*
namespacing: \Shaarli\Http\Base64Url
VirtualTam
2019-01-12
2
-4
/
+4
*
namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}
VirtualTam
2019-01-12
3
-18
/
+23
*
namespacing: \Shaarli\Exceptions\IOException
VirtualTam
2019-01-12
7
-4
/
+13
*
namespacing: \Shaarli\History
VirtualTam
2019-01-12
3
-5
/
+11
*
lint: fix line-length warnings
VirtualTam
2018-12-02
6
-10
/
+34
*
lint: apply phpcbf to application/
VirtualTam
2018-12-02
23
-93
/
+98
*
Merge pull request #1205 from ArthurHoaro/feature/opengraph
ArthurHoaro
2018-10-06
1
-1
/
+1
|
\
|
*
Add OpenGraph meta tags on permalink page
ArthurHoaro
2018-08-13
1
-1
/
+1
*
|
Add a button to set links as sticky
ArthurHoaro
2018-10-06
3
-0
/
+29
*
|
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
[next]