f92fcb53ca
Add CRUD for site credentials
2017-06-20 16:03:08 +02:00
a9b984feee
Fix tags count in tags list on baggy
2017-06-10 11:21:47 +02:00
0c00e52516
Create a client when creating a user using the api
...
While creating a new user using the API, we also create a new client for the current user.
So the app which just create the user can use its newly created client to configure the app.
That new client is only return after creating the user.
When calling the endpoint /api/user to get user information, the new client information won’t be return.
2017-06-07 23:23:28 +02:00
91775f36fe
Add some flex magic
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-31 14:34:46 +02:00
812c980fa5
Fixed tags display on grid view
2017-05-31 13:26:29 +02:00
21242a02a1
Added tags on list view
2017-05-30 09:51:49 +02:00
fa0f5ee12b
Add some deletion confirmation to avoid mistake
2017-05-24 21:33:37 +02:00
4ab0d25f65
Merge remote-tracking branch 'origin/master' into 2.3
2017-05-19 11:25:19 +02:00
5f82fc23a7
modify key name as well
2017-05-18 17:17:21 +02:00
6b94ee51b8
Fixed documentation URL
2017-05-17 09:03:04 +02:00
8544c7e4b6
reorder contrib strings in about page
...
this fixes #2891
2017-05-16 14:17:13 +02:00
54c2d164a3
Merge remote-tracking branch 'origin/master' into 2.3
2017-05-09 13:55:31 +02:00
9d7d549712
Update graby* licenses
2017-05-09 09:22:50 +02:00
4c6ee89c9c
Fix review again
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-07 17:13:08 +02:00
34806fab1b
Fix reviews
...
Signed-off-by: Aline <chetta.aline@gmail.com >
2017-05-07 15:07:50 +02:00
2003ffa97e
Fix according to review
2017-05-04 17:44:42 +02:00
17cc3aacb7
fix theme changes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-04 14:49:44 +02:00
64f81bc316
Adds Webpack support and removes the use for Grunt
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
use scss
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
fix build, add babel, fix annotations
fixes (and improvements !) for baggy
add live reload & environments & eslint & theme fixes
2017-05-04 14:49:44 +02:00
9c09c253fe
Merge pull request #3047 from wallabag/add-notmatches-operator
...
Added notmatches operator for tagging rule
2017-05-03 11:53:01 +02:00
96e4398072
Fixed sandwich menu position in entry view (material theme)
2017-05-02 15:40:15 +02:00
fdd725f58c
Added notmatches operator for tagging rule
2017-04-20 15:17:02 +02:00
64f1d8f77a
Merge pull request #3024 from wallabag/store-date
...
Added publication date and author
2017-04-18 13:12:28 +02:00
01736b5a2e
Removed is_public in Entry edit form
2017-04-13 15:54:19 +02:00
7b0b3622ab
Added author of article
2017-04-09 15:24:51 +02:00
5e9009ce86
Added publication date
2017-04-05 22:22:52 +02:00
9102851f59
Added delete button on Baggy theme
2017-03-31 10:53:23 +02:00
6da1aebc94
Allow to remove all archived entries
...
Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them.
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-03-31 10:46:05 +02:00
fb9f100e8f
Scuttle sharing
2017-03-28 14:20:14 +02:00
2edc539581
Merge pull request #2830 from Kdecherf/striptags-title
...
Fix rendering of entry title in Twig views
2017-02-17 09:28:56 +01:00
aedd385e10
views: cosmetic in share links href
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-16 21:36:34 +01:00
7d9a67de14
Show active list in the left menu during search
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-05 15:19:52 +01:00
1bb7bdc8b3
Fix rendering of entry title in Twig views
...
This commit provides some improvements on the rendering of entry title
on entries list and entry views and refactors filter calls:
- Remove escape filter from apparent title, striptags is enough
- Move raw filter to the end of apparent title as it's ignored if not
placed as the last filter
- Replace raw filter with e('html_attr') for title used in attributes,
fixing possible issue and/or glitch
- Add striptags to entry.title used for link sharing to respect the
apparent title
Fixes #2802
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-02-02 21:54:15 +01:00
78295b99dd
Merge remote-tracking branch 'origin/master' into 2.2
2017-01-26 13:32:07 +01:00
3d9950792c
Fixed possible JS injection via the title edition
2017-01-17 10:09:04 +01:00
ccb9e79a35
Fix double overlay on expanded right sidenav
2016-12-30 14:00:19 +01:00
339b1e689d
Merge pull request #2725 from lapineige/master
...
Share to Shaarli - Include tags
2016-12-30 13:50:44 +01:00
22d0c929e3
Access to search, filters, export on mobile
2016-12-29 19:19:51 +01:00
d5d4708fe3
Share tags to Shaarli - Material theme
2016-12-28 12:27:09 +01:00
0a0aa70098
Share tags to Shaarli - Baggy theme
2016-12-28 12:27:00 +01:00
6ed615ac74
Fix entry reading time
2016-12-27 22:37:42 +01:00
be2c55de4c
Moved total messages from import
2016-12-08 16:46:17 +01:00
8d064ba5a4
Updated addons links
2016-12-01 13:48:34 +01:00
6787afbe0d
Added floating button on entry view for mobile
2016-11-30 16:08:02 +01:00
9aa991281d
Renamed view_mode by list_mode and hide excerpt
2016-11-28 16:10:21 +01:00
56a7ce17f3
Hide article text on mobile with list mode
2016-11-28 14:27:58 +01:00
9f01d0fde0
Added list view
2016-11-28 14:27:58 +01:00
0df2a4b021
Fixed entry shortcuts available in list view
2016-11-22 21:31:21 +01:00
c526f9e474
Added help about shortcuts
2016-11-22 13:07:42 +01:00
1f00547836
Merge pull request #2630 from ThibaudDauce/fix-black-headings
...
Add white-text class to card-title too
2016-11-21 17:06:55 +01:00
4f2755a61d
Add white-text class to card-title too
2016-11-21 15:37:47 +01:00