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
/
index.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all existing links and redirection to ?do=login
ArthurHoaro
2020-01-26
1
-9
/
+9
*
Render login page through Slim controller
ArthurHoaro
2020-01-26
1
-37
/
+29
*
Rollback breaking change in REST API routes
ArthurHoaro
2020-01-26
1
-5
/
+5
*
Session cookie setting being set while session is active
ArthurHoaro
2020-01-23
1
-0
/
+2
*
Fix an issue with private tags and fix nomarkdown tag (#1399)
ArthurHoaro
2020-01-18
1
-15
/
+24
|
\
|
*
Fix an issue with private tags and fix nomarkdown tag
ArthurHoaro
2020-01-18
1
-15
/
+24
*
|
Fix an issue with bookmark visibility filter
ArthurHoaro
2020-01-18
1
-1
/
+1
|
/
*
Add and update unit test for the new system (Bookmark + Service)
ArthurHoaro
2020-01-18
1
-3
/
+3
*
Apply the new system (Bookmark + Service) to the whole code base
ArthurHoaro
2020-01-18
1
-277
/
+278
*
Bump PHP version check in index.php
ArthurHoaro
2019-08-10
1
-3
/
+1
*
Fixes a Undefined index: thumbnail in daily page.
kalvn
2019-08-04
1
-1
/
+1
*
Persist sticky status on bookmark update
ArthurHoaro
2019-07-27
1
-14
/
+10
*
WIP - Plugin to override default template colors
ArthurHoaro
2019-07-08
1
-0
/
+1
*
Automatically retrieve description for new bookmarks
ArthurHoaro
2019-07-06
1
-1
/
+4
*
Daily - display the current day instead of the previous one
ArthurHoaro
2019-05-25
1
-1
/
+8
*
Merge pull request #1273 from ArthurHoaro/feature/ban-manager
ArthurHoaro
2019-05-25
1
-1
/
+1
|
\
|
*
Rewrite IP ban management
ArthurHoaro
2019-02-09
1
-1
/
+1
*
|
Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility
ArthurHoaro
2019-04-22
1
-0
/
+45
|
\
\
|
*
|
Bulk action: set visibility
ArthurHoaro
2019-02-09
1
-0
/
+45
|
|
/
*
|
Hotfix: History controller for the REST API has been renamed in a previous co...
ArthurHoaro
2019-04-15
1
-1
/
+1
*
|
Merge pull request #1272 from ArthurHoaro/feature/html-lang
ArthurHoaro
2019-03-02
1
-1
/
+0
|
\
\
|
*
|
Accessibility: specify the HTML lang attribute
ArthurHoaro
2019-02-09
1
-1
/
+0
|
|
/
*
|
Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieve
ArthurHoaro
2019-03-02
1
-3
/
+5
|
\
\
|
*
|
Do not try to retrieve thumbnails for internal link
ArthurHoaro
2019-02-24
1
-3
/
+5
|
|
/
*
|
Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warning
ArthurHoaro
2019-02-24
1
-0
/
+2
|
\
\
|
*
|
Fix a warning if links sticky status isn't set
ArthurHoaro
2019-02-09
1
-0
/
+2
|
|
/
*
/
Remove the redirector setting
ArthurHoaro
2019-02-09
1
-22
/
+5
|
/
*
namespacing: \Shaarli\Plugin\PluginManager
VirtualTam
2019-01-12
1
-1
/
+1
*
namespacing: \Shaarli\Netscape\NetscapeBookmarkUtils
VirtualTam
2019-01-12
1
-1
/
+1
*
namespacing: \Shaarli\Router
VirtualTam
2019-01-12
1
-2
/
+1
*
namespacing: \Shaarli\ApplicationUtils
VirtualTam
2019-01-12
1
-2
/
+2
*
namespacing: \Shaarli\Updater
VirtualTam
2019-01-12
1
-1
/
+2
*
namespacing: move LinkUtils along \Shaarli\Bookmark classes
VirtualTam
2019-01-12
1
-1
/
+1
*
namespacing: \Shaarli\Bookmark\LinkFilter
VirtualTam
2019-01-12
1
-1
/
+1
*
namespacing: \Shaarli\Bookmark\LinkDB
VirtualTam
2019-01-12
1
-1
/
+2
*
namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}
VirtualTam
2019-01-12
1
-2
/
+2
*
namespacing: move HTTP utilities along \Shaarli\Http\ classes
VirtualTam
2019-01-12
1
-2
/
+2
*
namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}
VirtualTam
2019-01-12
1
-4
/
+4
*
namespacing: \Shaarli\History
VirtualTam
2019-01-12
1
-0
/
+1
*
lint: fix line-length warnings
VirtualTam
2018-12-02
1
-11
/
+38
*
lint: apply phpcbf to index.php
VirtualTam
2018-12-02
1
-116
/
+115
*
Update session start condition
Bish Erbas
2018-10-31
1
-1
/
+1
*
Add a button to set links as sticky
ArthurHoaro
2018-10-06
1
-0
/
+19
*
Merge pull request #1207 from ArthurHoaro/feature/cors
ArthurHoaro
2018-09-20
1
-0
/
+8
|
\
|
*
Add CORS headers to REST API responses
ArthurHoaro
2018-08-13
1
-0
/
+8
*
|
Fix a JS bug preventing AJAX tag deletion to work
ArthurHoaro
2018-08-16
1
-1
/
+2
*
|
History: fix a bug on bulk deletion where only one deletion were registred
ArthurHoaro
2018-08-13
1
-1
/
+1
|
/
*
Fix issue 'You are not authorized to add a link' with thumbnails enabled
ArthurHoaro
2018-08-10
1
-2
/
+2
*
Fix fatal error on daily page: use new thumbnail system
ArthurHoaro
2018-07-29
1
-3
/
+6
*
Merge pull request #687 from ArthurHoaro/web-thumb
ArthurHoaro
2018-07-28
1
-429
/
+98
|
\
[next]