Nicolas Lœuillet
a40029f9d6
Disabled shortcuts on login/register page
2017-05-02 16:21:06 +02:00
Nicolas Lœuillet
21d955f703
Cleaned craue_config_setting by removing useless download_pictures setting
2017-04-20 15:45:43 +02:00
Nicolas Lœuillet
64f1d8f77a
Merge pull request #3024 from wallabag/store-date
...
Added publication date and author
2017-04-18 13:12:28 +02:00
Nicolas Lœuillet
01736b5a2e
Removed is_public in Entry edit form
2017-04-13 15:54:19 +02:00
Maxime
15e4aea678
Remove isPublic from Entry entity fix #2598
2017-04-13 13:12:19 +02:00
Nicolas Lœuillet
3aa655e44a
Fixed migrations
2017-04-10 09:26:08 +02:00
Nicolas Lœuillet
7b0b3622ab
Added author of article
2017-04-09 15:24:51 +02:00
Nicolas Lœuillet
5e9009ce86
Added publication date
2017-04-05 22:22:52 +02:00
Nicolas Lœuillet
1680c95c27
Changed default value for list mode (grid instead of list)
2017-03-29 14:43:47 +02:00
Nicolas Lœuillet
b5a5377af1
Added migration for Scuttle sharing
2017-03-28 14:20:14 +02:00
FrenchHope
fb9f100e8f
Scuttle sharing
2017-03-28 14:20:14 +02:00
Nicolas Lœuillet
8ef1df8157
Changed wallabag version
2017-03-02 14:42:16 +01:00
Mateusz Rumiński
78bce602cb
Update Polish translation
...
add missing translation
2017-02-24 18:31:35 +01:00
ngosang
82749439ac
Update Spanish translation
2017-02-15 15:41:06 +01:00
Kévin Gomez
177c5510ff
Update RulerZ
2017-02-05 18:02:09 +01:00
Kevin Decherf
3cc0cc0ae7
Fix nav-panel-search height
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2017-02-02 21:48:59 +01:00
Quent-in
20fa5ca02a
Update of CraueConfigBundle in Occitan
2017-02-02 16:29:28 +01:00
Nicolas Lœuillet
4021c928be
Prepare wallabag 2.2.1 🚀
2017-01-31 11:06:35 +01:00
Nicolas Lœuillet
a5cd696b22
Added check in migration about uuid field
2017-01-30 21:21:49 +01:00
Nicolas Lœuillet
7a340375c3
Fixed duplicate entry for share_public in craue_setting_table
2017-01-30 16:22:03 +01:00
Nicolas Lœuillet
c833d576a9
Prepare wallabag 2.2.0 🚀
2017-01-27 17:28:58 +01:00
Nicolas Lœuillet
01e760691b
Fixed check on index
2017-01-27 14:11:21 +01:00
Nicolas Lœuillet
b564d350b0
Added indexes on is_archived and is_starred
2017-01-27 11:44:04 +01:00
Jeremy Benoist
78295b99dd
Merge remote-tracking branch 'origin/master' into 2.2
2017-01-26 13:32:07 +01:00
Nicolas Lœuillet
463cb376e3
Merge pull request #2646 from wallabag/explain-migrations-in-doc
...
Added explanations about migrations
2017-01-26 13:15:06 +01:00
Nicolas Lœuillet
6dfd1a6c78
Added migration for SQLite
2017-01-25 12:59:04 +01:00
Nicolas Lœuillet
4acbeb9371
Added hardcoded SQL for migration to 2.2
2017-01-23 14:16:00 +01:00
Nicolas Lœuillet
b87f171233
Added information about latest migrations
2017-01-23 12:42:58 +01:00
Nicolas Lœuillet
1ba542ce04
Prepare wallabag 2.1.6 🚀
2017-01-17 13:59:39 +01:00
Nicolas Lœuillet
5ed503ab28
Added migration to rename uuid to uid
2017-01-14 13:46:20 +01:00
Jeremy Benoist
a4180d0b8e
Merge pull request #2733 from wallabag/fix-no-matching-response
...
Fixed API error No matching accepted Response format could be determined
2017-01-08 10:22:31 +01:00
Nicolas Lœuillet
144f2039e4
Merge pull request #2729 from Simounet/fix/double-overlay-right-sidenav
...
Fix double overlay on expanded right sidenav
2016-12-30 15:01:39 +01:00
Simounet
ccb9e79a35
Fix double overlay on expanded right sidenav
2016-12-30 14:00:19 +01:00
Simounet
bb2934d476
Fix action's icons position
2016-12-30 13:54:13 +01:00
Simounet
8e2419a5cf
Fix right side-nav scrolling on low height window
2016-12-30 13:50:59 +01:00
Nicolas Lœuillet
0bacc9e175
Fixed API error 'No matching accepted Response format could be determined'
2016-12-30 13:23:02 +01:00
Simounet
22d0c929e3
Access to search, filters, export on mobile
2016-12-29 19:19:51 +01:00
Nicolas Lœuillet
7239082a5e
Renamed uuid to uid
2016-12-29 10:09:44 +01:00
Nicolas Lœuillet
89cd670abf
Changed uuid type in database
2016-12-25 10:51:25 +01:00
Nicolas Lœuillet
74b7c0985d
Added index on entry.uuid
...
Useful for entry sharing
2016-12-23 10:26:33 +01:00
Nicolas Lœuillet
7719346328
Merge pull request #2696 from wallabag/run-migration
...
Run migration on each test
2016-12-23 09:31:41 +01:00
Jeremy Benoist
a72f3dc308
Fix bad migration for PostreSQL
...
Queries weren’t executed for PostgreSQL, bad syntax.
2016-12-23 09:00:13 +01:00
Simounet
78d6c3090a
Fix the box shadow on the card entry
2016-12-20 13:04:51 +01:00
Jeremy Benoist
3ef75cc4e3
Be consistent between migration & schema definition
2016-12-19 14:24:19 +01:00
Jeremy Benoist
6514f0ed37
fixup! Run migration in test, ready for MySQL
2016-12-19 10:35:25 +01:00
Jeremy Benoist
d44016b072
Use actual database name
...
We can't retrieve the environment within the migration.
And when we ran migration on Travis, database name isn't `database_name` but `test_database_name`.
Retrieve the database name from the connection is more accurate
2016-12-19 10:35:25 +01:00
Jeremy Benoist
3ad4061dba
pocket_consumer_key can be null
2016-12-19 10:35:24 +01:00
Jeremy Benoist
a48b5d5a5a
Run migration in test, ready for MySQL
2016-12-19 10:35:24 +01:00
Jeremy Benoist
77e342f75d
Merge pull request #2682 from wallabag/migration-config
...
Ensure craue_config_setting migration are ok
2016-12-18 20:32:35 +01:00
Nicolas Lœuillet
bea8d75417
Replaced quotes for Postgres
2016-12-18 13:47:25 +01:00