Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix phpcs | adev | 2017-11-21 | 1 | -5/+4 |
| | |||||
* | Implements down migration | adev | 2017-11-21 | 1 | -1/+12 |
| | |||||
* | Fix installation command | adev | 2017-11-21 | 2 | -3/+32 |
| | |||||
* | Add an initial migration | adev | 2017-11-21 | 1 | -0/+181 |
| | |||||
* | Merge pull request #3425 from wallabag/add-setting-for-headers | Nicolas Lœuillet | 2017-11-21 | 1 | -0/+52 |
|\ | | | | | Added internal setting to enable/disable headers storage | ||||
| * | Added internal setting to enable/disable headers storage | Nicolas Lœuillet | 2017-11-20 | 1 | -0/+52 |
| | | |||||
* | | Fix MySQL issue on mig from #3373 | Kevin Decherf | 2017-11-20 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Fix phpcs | Kevin Decherf | 2017-11-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Add originUrl property to Entry, handle that in EntryRestController, handle ↵ | Kevin Decherf | 2017-11-19 | 1 | -0/+55 |
|/ | | | | | | migration Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fixed @Kdecherf's review | Nicolas Lœuillet | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | CS | Jeremy Benoist | 2017-10-13 | 1 | -3/+3 |
| | |||||
* | Changed reading_time field to prevent null values | Nicolas Lœuillet | 2017-10-13 | 1 | -0/+63 |
| | |||||
* | CS | Jeremy Benoist | 2017-10-09 | 5 | -7/+7 |
| | |||||
* | Merge pull request #3139 from Kdecherf/2502-tag-case | Jérémy Benoist | 2017-09-03 | 1 | -0/+103 |
|\ | | | | | Ignore tag's case | ||||
| * | php-cs-fixer on DoctrineMigrations/Version20170719231144 | Kevin Decherf | 2017-08-27 | 1 | -24/+24 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Add migration to change case of tags | Kevin Decherf | 2017-08-27 | 1 | -0/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This migration does not support SQLite as long as this engine does not support Unicode in LOWER(). This migration starts by retrieving the list of lowercase tags which need to be migrated. Then it retrieves the list of tags for each tags from the previous step in order to migrate entries. It handles deletion of empty tags. At the end the migration makes a full scan to update the label of all remaining tags. WARNING: THIS MIGRATION IS IRREVERSIBLE. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 1 | -0/+63 |
|/ | | | | | | | | This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field. | ||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 29 | -246/+240 |
| | |||||
* | Fix reviews | Thomas Citharel | 2017-06-20 | 1 | -1/+1 |
| | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Force sequence creation for postgresql | Jeremy Benoist | 2017-06-20 | 1 | -1/+6 |
| | |||||
* | Add CRUD for site credentials | Jeremy Benoist | 2017-06-20 | 1 | -0/+56 |
| | |||||
* | Merge pull request #3173 from wallabag/domain-name-param | Jérémy Benoist | 2017-06-10 | 1 | -0/+53 |
|\ | | | | | remove craueconfig domain name setting and add a proper one in parame… | ||||
| * | Review | Jeremy Benoist | 2017-06-08 | 1 | -1/+2 |
| | | |||||
| * | add migration | Thomas Citharel | 2017-06-06 | 1 | -0/+52 |
| | | |||||
* | | Merge pull request #3093 from aaa2000/annotation-error-on-save | Nicolas Lœuillet | 2017-06-07 | 1 | -0/+100 |
|\ \ | |/ |/| | Displays an error with an annotation with a too long quote | ||||
| * | Fix postgresql migration | adev | 2017-06-07 | 1 | -2/+2 |
| | | |||||
| * | Displays an error with an annotation with a too long quote | adev | 2017-06-04 | 1 | -0/+100 |
| | | | | | | | | Fix #2762 | ||||
* | | API user creation behing a toggle | Jeremy Benoist | 2017-06-02 | 1 | -0/+52 |
|/ | | | | | | | | I've added a toggle feature (in internal settings) so that user api creation can be disabled while form registration still can be enabled. Also, the /api/user endpoint shouldn't require authentication. Even if we check the authentication when sending a GET request, to retrieve current user information. I've moved all the internal settings definition to config to avoid duplicated place to define them. I don't know why we didn't did that earlier. | ||||
* | Added headers field in Entry | Nicolas Lœuillet | 2017-05-11 | 1 | -0/+55 |
| | |||||
* | Added migration to change length for user fields | Nicolas Lœuillet | 2017-05-10 | 1 | -0/+60 |
| | |||||
* | Cleaned craue_config_setting by removing useless download_pictures setting | Nicolas Lœuillet | 2017-04-20 | 1 | -0/+52 |
| | |||||
* | Merge pull request #3024 from wallabag/store-date | Nicolas Lœuillet | 2017-04-18 | 1 | -0/+65 |
|\ | | | | | Added publication date and author | ||||
| * | Fixed migrations | Nicolas Lœuillet | 2017-04-10 | 1 | -0/+5 |
| | | |||||
| * | Added author of article | Nicolas Lœuillet | 2017-04-09 | 1 | -1/+6 |
| | | |||||
| * | Added publication date | Nicolas Lœuillet | 2017-04-05 | 15 | -14/+69 |
| | | |||||
* | | Removed is_public in Entry edit form | Nicolas Lœuillet | 2017-04-13 | 15 | -15/+15 |
| | | |||||
* | | Remove isPublic from Entry entity fix #2598 | Maxime | 2017-04-13 | 1 | -0/+51 |
|/ | |||||
* | Added migration for Scuttle sharing | Nicolas Lœuillet | 2017-03-28 | 1 | -0/+54 |
| | |||||
* | Added check in migration about uuid field | Nicolas Lœuillet | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Fixed duplicate entry for share_public in craue_setting_table | Nicolas Lœuillet | 2017-01-30 | 1 | -1/+9 |
| | |||||
* | Fixed check on index | Nicolas Lœuillet | 2017-01-27 | 1 | -4/+2 |
| | |||||
* | Added indexes on is_archived and is_starred | Nicolas Lœuillet | 2017-01-27 | 1 | -0/+58 |
| | |||||
* | Merge pull request #2646 from wallabag/explain-migrations-in-doc | Nicolas Lœuillet | 2017-01-26 | 14 | -8/+63 |
|\ | | | | | Added explanations about migrations | ||||
| * | Added hardcoded SQL for migration to 2.2 | Nicolas Lœuillet | 2017-01-23 | 6 | -8/+30 |
| | | |||||
| * | Added information about latest migrations | Nicolas Lœuillet | 2017-01-23 | 11 | -0/+33 |
| | | |||||
* | | Added migration for SQLite | Nicolas Lœuillet | 2017-01-25 | 1 | -2/+6 |
| | | |||||
* | | Added migration to rename uuid to uid | Nicolas Lœuillet | 2017-01-14 | 1 | -0/+71 |
|/ | |||||
* | Renamed uuid to uid | Nicolas Lœuillet | 2016-12-29 | 2 | -6/+6 |
| | |||||
* | Changed uuid type in database | Nicolas Lœuillet | 2016-12-25 | 1 | -1/+2 |
| |