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
...
*
Move config exception to dedicated classes with proper namespace
ArthurHoaro
2017-03-09
3
-33
/
+44
*
Fix blocking namespace issue
ArthurHoaro
2017-03-08
2
-15
/
+19
*
Fix autoLocale error and cover it with unit tests
ArthurHoaro
2017-03-07
1
-13
/
+21
*
Improve datetime display
ArthurHoaro
2017-03-06
1
-20
/
+52
*
Improve autoLocale() detection
ArthurHoaro
2017-03-06
1
-9
/
+42
*
application: introduce the Shaarli\Config namespace
VirtualTam
2017-03-04
7
-15
/
+18
*
Add markdown_escape setting
ArthurHoaro
2017-02-28
1
-0
/
+23
*
Set the vintage theme by default for the time being
ArthurHoaro
2017-02-27
1
-0
/
+14
*
REST API: implements getLink by ID service
ArthurHoaro
2017-02-19
2
-2
/
+55
*
Merge pull request #769 from ArthurHoaro/api/getlinks-visibility
ArthurHoaro
2017-02-13
1
-3
/
+2
|
\
|
*
REST API - getLinks: support the visibility parameter
ArthurHoaro
2017-01-17
1
-3
/
+2
*
|
Fixes #775: LinkDB do not access LinkDB before ID system migration
ArthurHoaro
2017-02-04
1
-15
/
+15
|
/
*
Update LinkFilter to be able to filter only public links
ArthurHoaro
2017-01-16
3
-27
/
+42
*
Merge pull request #727 from ArthurHoaro/api/getlinks
ArthurHoaro
2017-01-15
2
-0
/
+117
|
\
|
*
REST API: implement getLinks service
ArthurHoaro
2017-01-15
2
-0
/
+117
*
|
API: expect JWT in the Authorization header
VirtualTam
2017-01-15
1
-3
/
+8
*
|
Move user.css to data folder
ArthurHoaro
2017-01-14
1
-0
/
+16
*
|
Cleanup: use safe boolean comparisons
VirtualTam
2017-01-07
3
-3
/
+5
*
|
Merge pull request #732 from ArthurHoaro/feature/theme-manager
Arthur
2017-01-06
5
-1
/
+66
|
\
\
|
*
|
Updater: keep custom theme preference with the new theme setting
ArthurHoaro
2017-01-05
3
-20
/
+62
|
*
|
Minor improvements regarding #705 (coding style, unit tests, etc.)
ArthurHoaro
2017-01-05
3
-11
/
+21
|
*
|
Change templates set through administration UI
Knah Tsaeb
2017-01-05
5
-2
/
+15
|
|
/
*
|
Cleanup: explicit method visibility
VirtualTam
2017-01-05
4
-10
/
+10
*
|
Cleanup: remove unused variables
VirtualTam
2017-01-05
1
-4
/
+0
*
|
API: fix JWT signature verification
VirtualTam
2017-01-04
2
-7
/
+39
|
/
*
Merge pull request #682 from ArthurHoaro/delete-button
Arthur
2017-01-04
1
-0
/
+6
|
\
|
*
Bugfixes on link deletion, and use a GET form
ArthurHoaro
2016-12-16
1
-0
/
+6
*
|
Merge pull request #733 from ArthurHoaro/hotfix/reverse-proxy-port
Arthur
2017-01-04
1
-2
/
+10
|
\
\
|
*
|
Hide default port in local URL behind a reverse proxy
ArthurHoaro
2017-01-03
1
-2
/
+10
*
|
|
URL cleanup: add 'campaign_' to the annoying parameters
VirtualTam
2017-01-04
1
-1
/
+4
|
/
/
*
|
Fixes presence of empty tags for private tags and in search results
ArthurHoaro
2017-01-03
2
-1
/
+14
*
|
Move PubSubHubbub code as a default plugin
ArthurHoaro
2016-12-20
1
-16
/
+0
*
|
REST API structure using Slim framework
ArthurHoaro
2016-12-15
9
-1
/
+431
*
|
Prepare settings for the API in the admin page and during the install
ArthurHoaro
2016-12-12
2
-0
/
+49
|
/
*
Add a persistent 'shorturl' key to all links
ArthurHoaro
2016-12-12
7
-7
/
+32
*
Apply the new ID system accros the whole codebase
ArthurHoaro
2016-12-12
4
-43
/
+31
*
Update method to use the new ID system, which replaces linkdate primary keys.
ArthurHoaro
2016-12-12
1
-2
/
+44
*
Link ID refactoring
ArthurHoaro
2016-12-12
1
-43
/
+135
*
.htaccess files: support Apache 2.4+ syntax
ArthurHoaro
2016-11-08
1
-2
/
+13
*
Merge pull request #673 from virtualtam/cleanup/linkdb
VirtualTam
2016-10-21
3
-79
/
+79
|
\
|
*
LinkDB: explicit method visibility
VirtualTam
2016-10-20
1
-6
/
+6
|
*
LinkDB: update datastore method names
VirtualTam
2016-10-20
3
-10
/
+10
|
*
LinkDB: do not prefix privates with an underscore
VirtualTam
2016-10-20
1
-67
/
+67
*
|
Merge pull request #665 from ArthurHoaro/fix/feed-hashtags
VirtualTam
2016-10-20
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix hashtags links in Feeds
ArthurHoaro
2016-10-20
1
-1
/
+2
*
|
Minor code cleanup: PHPDoc, spelling, unused variables, etc.
ArthurHoaro
2016-10-20
10
-29
/
+24
|
/
*
Merge pull request #662 from virtualtam/fix/feed/self-link
VirtualTam
2016-10-17
1
-1
/
+2
|
\
|
*
Fix: return the proper value for the "self" feed attribute
VirtualTam
2016-10-16
1
-1
/
+2
*
|
New init function for plugins, supports errors reporting
ArthurHoaro
2016-10-14
2
-3
/
+25
|
/
*
Merge pull request #622 from ArthurHoaro/update-date
Arthur
2016-10-12
2
-7
/
+34
|
\
[prev]
[next]