| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 19 | -20/+21 |
* | store filecache extension fields | Robin Appelman | 2019-11-13 | 1 | -1/+1 |
* | Set default value | Joas Schilling | 2019-09-27 | 1 | -0/+1 |
* | Add a displayname to the database group backend | Joas Schilling | 2019-09-27 | 1 | -0/+74 |
* | Add DB table to extend filecache with metadata etag, creation time and upload... | Morris Jobke | 2019-07-15 | 1 | -0/+73 |
* | Remove method stubs | Daniel Kesselberg | 2019-05-02 | 2 | -27/+0 |
* | Add second migration for addColumn | Daniel Kesselberg | 2019-05-02 | 2 | -7/+74 |
* | Pass type object instance instead of identifier | Daniel Kesselberg | 2019-05-02 | 1 | -1/+2 |
* | Merge dropColumn and addColumn into changeColumn | Daniel Kesselberg | 2019-05-02 | 1 | -3/+2 |
* | Migration to change column type from smallint to boolean | Daniel Kesselberg | 2019-05-02 | 1 | -0/+86 |
* | Make sure all tables have named indexes | Joas Schilling | 2019-03-27 | 2 | -4/+4 |
* | Also cache the resource type because it is part of the identifier | Joas Schilling | 2019-03-01 | 1 | -2/+7 |
* | Add default value, because null does not trigger unique-key | Joas Schilling | 2019-03-01 | 1 | -0/+2 |
* | Start implementing access cache | Joas Schilling | 2019-03-01 | 1 | -1/+25 |
* | Make names mandatory | Joas Schilling | 2019-03-01 | 1 | -0/+4 |
* | Basic implementation of resource and collection handling | Joas Schilling | 2019-03-01 | 1 | -0/+76 |
* | Merge pull request #14025 from nextcloud/fix/authtoken_idx_length | Morris Jobke | 2019-02-25 | 1 | -1/+1 |
|\ |
|
| * | Fix authtoken index length | Roeland Jago Douma | 2019-02-05 | 1 | -1/+1 |
* | | Login flow V2 | Roeland Jago Douma | 2019-02-25 | 1 | -0/+101 |
|/ |
|
* | Merge pull request #13358 from nextcloud/bugfix/12927-bigint-mtime-storagetime | Roeland Jago Douma | 2019-01-04 | 1 | -4/+4 |
|\ |
|
| * | Install new instances with bigint filecache | Daniel Kesselberg | 2019-01-04 | 1 | -4/+4 |
* | | Add twofactor_providers_uid index | Roeland Jago Douma | 2018-12-21 | 1 | -0/+1 |
|/ |
|
* | allow to add labels to shares | Bjoern Schiessle | 2018-11-01 | 1 | -0/+53 |
* | Add db column to store hide download state | Roeland Jago Douma | 2018-10-30 | 1 | -0/+54 |
* | Add column to DB to store expired passwords | Roeland Jago Douma | 2018-10-02 | 1 | -0/+53 |
* | Add uid_owner and uid_initiator share tabe indices | Roeland Jago Douma | 2018-10-01 | 1 | -0/+2 |
* | Add "password_by_talk" column to "share" table in the database | Daniel Calviño Sánchez | 2018-07-24 | 1 | -0/+48 |
* | explicitely mention that the note column can be null | Bjoern Schiessle | 2018-07-21 | 1 | -1/+1 |
* | allow 'note' to be null | Bjoern Schiessle | 2018-07-21 | 1 | -4/+2 |
* | allow to add a personal note to a share | Bjoern Schiessle | 2018-07-21 | 1 | -0/+45 |
* | Add filecache index on mtime | Robin Appelman | 2018-07-19 | 1 | -0/+1 |
* | fix updating the db row due to lacking id col | Arthur Schiwon | 2018-06-29 | 1 | -1/+8 |
* | adjust backend and gui to update and changelog server | Arthur Schiwon | 2018-06-29 | 1 | -0/+62 |
* | Make new classes strict and fix license header | Christoph Wurst | 2018-06-25 | 1 | -0/+1 |
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -0/+62 |
* | Add new authtoken v2 columns to the authtoken table | Roeland Jago Douma | 2018-06-18 | 1 | -0/+54 |
* | Add parent index to share table | Roeland Jago Douma | 2018-06-03 | 1 | -0/+1 |
* | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 2 | -0/+15 |
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-17 | 1 | -0/+56 |
* | Also make it the uid_lower migration work on oracle | Roeland Jago Douma | 2018-04-10 | 1 | -1/+1 |
* | Bump autoloader | Roeland Jago Douma | 2018-04-06 | 1 | -1/+1 |
* | Silence phan | Roeland Jago Douma | 2018-04-06 | 1 | -0/+2 |
* | Add an uid_lower column to the oc_users table | Roeland Jago Douma | 2018-04-06 | 1 | -0/+78 |
* | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 1 | -0/+52 |
* | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 5 | -23/+20 |
* | add index for share_with table for newly created tables | Bjoern Schiessle | 2017-12-18 | 1 | -0/+1 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 2 | -0/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+42 |
* | Install new instances with bigint filecache | Joas Schilling | 2017-10-13 | 1 | -14/+15 |
* | Don't change the filecache schema on update | Joas Schilling | 2017-10-13 | 1 | -3/+3 |