Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep url in exists endpoint | Jeremy Benoist | 2019-04-01 | 1 | -0/+44 |
| | | | | | | - Add migration - Use md5 instead of sha512 (we don't need security here, just a hash) - Update tests | ||||
* | Disable down for that migration | Jeremy Benoist | 2019-03-01 | 1 | -6/+1 |
| | |||||
* | Test each internal settings before creating them | Jeremy Benoist | 2019-03-01 | 1 | -41/+119 |
| | |||||
* | Add missing entries in craue_config_setting. | Nadrieril | 2019-03-01 | 1 | -0/+74 |
| | | | | Should fix https://github.com/wallabag/wallabag/issues/3662 | ||||
* | Add SQLite & PG migration | Jeremy Benoist | 2019-01-23 | 1 | -5/+41 |
| | | | | | Also remove the forced `server_version` from dbal config to avoid an hard overriding across all database. | ||||
* | Add backup codes | Jeremy Benoist | 2019-01-23 | 1 | -2/+20 |
| | |||||
* | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 1 | -0/+22 |
| | | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa | ||||
* | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 1 | -0/+32 |
| | | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly) | ||||
* | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 2 | -19/+47 |
| | | | | | | | | | | | | | | When creating the schema for test these tables use default length for string: 255. Which fail when using utf8mb4. > Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes Also move the `setKeepStaticConnections` in before and after class to avoid: > SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting | ||||
* | Entry: add archived_at property and updateArchived method | Sébastien Viande | 2018-09-21 | 1 | -0/+68 |
| | |||||
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | We should able to get the table name unescaped | Jeremy Benoist | 2018-06-14 | 1 | -4/+4 |
| | | | | When we want to perform complex queries to retrieve metadata from the database | ||||
* | Fixed migrations with dash into db name | Jeremy Benoist | 2018-06-14 | 36 | -705/+93 |
| | |||||
* | Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefix | Jérémy Benoist | 2017-12-16 | 1 | -125/+125 |
|\ | | | | | Fix initial migration when using custom table prefix | ||||
| * | Use getTable() to retrieve prefixed table name | Jeremy Benoist | 2017-12-16 | 1 | -126/+122 |
| | | |||||
| * | Fix initial migration when using custom table prefix | adev | 2017-12-14 | 1 | -125/+129 |
| | | | | | | | | Fix #3503 | ||||
* | | Fixed lower case tags migration | Nicolas Lœuillet | 2017-12-15 | 1 | -1/+1 |
|/ | |||||
* | CS | Jeremy Benoist | 2017-12-12 | 1 | -1/+0 |
| | |||||
* | Use hasTable instead of try/catch | Jeremy Benoist | 2017-12-12 | 1 | -7/+1 |
| | |||||
* | Change the way to check for initial migration | Jeremy Benoist | 2017-12-12 | 1 | -4/+25 |
| | |||||
* | migrations: fix duplicate violation during lowercase tag migration | Kevin Decherf | 2017-12-10 | 1 | -8/+20 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Replace raw query with named parameter | Kevin Decherf | 2017-12-10 | 1 | -2/+3 |
| | | | | | | Fix possible issue with special chars on #3139 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add craue setting to enable sharing of origin url to Shaarli | Kevin Decherf | 2017-11-25 | 1 | -0/+52 |
| | | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | 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 |
| | |