| Commit message (Expand) | Author | Age | Files | Lines |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 11 | -0/+32 |
* | Change further columns to be nullable with a default of 0 | Julius Härtl | 2020-12-09 | 3 | -11/+25 |
* | Handle oc_dav_properties migration | Julius Härtl | 2020-12-09 | 1 | -0/+75 |
* | Move authtoken login_name column to varchar(255) | Julius Härtl | 2020-12-09 | 1 | -0/+8 |
* | Add missing mount_id index | Julius Härtl | 2020-12-09 | 1 | -0/+3 |
* | Drop attributes on oc_share table | Julius Härtl | 2020-12-09 | 1 | -0/+7 |
* | Drop assignable systemtag column | Julius Härtl | 2020-12-09 | 1 | -0/+7 |
* | Drop oc_dav_job_status table | Julius Härtl | 2020-12-09 | 1 | -0/+23 |
* | Adjust execution duration to 0 | Vincent Petry | 2020-12-09 | 1 | -0/+6 |
* | Fix missing authtoken scope | Julius Härtl | 2020-12-09 | 1 | -0/+5 |
* | Add missing table columns | Julius Härtl | 2020-12-09 | 2 | -2/+25 |
* | Add a database table for the accounts data so we can search it better | Joas Schilling | 2020-12-07 | 1 | -0/+75 |
* | Merge pull request #24053 from nextcloud/bugfix/noid/fix-user-status-for-oracle | Julius Härtl | 2020-11-12 | 2 | -1/+62 |
|\ |
|
| * | Also make direct_edit.accessed nullable | Joas Schilling | 2020-11-11 | 2 | -1/+62 |
* | | fix migration of oc_credentials table | Robin Appelman | 2020-11-12 | 1 | -23/+25 |
|/ |
|
* | Fix CS | Joas Schilling | 2020-11-10 | 3 | -0/+3 |
* | Create primary keys on all tables and add a command to create the afterwards | Joas Schilling | 2020-11-10 | 4 | -6/+10 |
* | Replace the credentials table with one that can have empty user | Joas Schilling | 2020-11-10 | 4 | -17/+176 |
* | Make sure columns with an empty default are nullable for Oracle | Joas Schilling | 2020-11-10 | 7 | -6/+71 |
* | add size index for filecache | Robin Appelman | 2020-09-22 | 1 | -0/+1 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -2/+0 |
* | Fix installing on Oracle | Joas Schilling | 2020-09-07 | 1 | -1/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 9 | -1/+9 |
* | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 9 | -64/+64 |
* | Add index to properties table | Mario Danic | 2020-04-30 | 1 | -0/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+24 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 13 | -15/+2 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or... | Roeland Jago Douma | 2020-04-06 | 1 | -3/+6 |
|\ |
|
| * | Create Mount IDs as BigInt by default | Georg Ehrke | 2020-03-03 | 1 | -3/+6 |
* | | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 1 | -0/+4 |
|\ \ |
|
| * | | Add optional column oc_comments.reference_id | Joas Schilling | 2020-03-31 | 1 | -0/+4 |
* | | | Merge pull request #20241 from nextcloud/fix/license-headers-19 | Roeland Jago Douma | 2020-04-01 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| |/ / |
|
* / / | Start with webauthn | Roeland Jago Douma | 2020-03-31 | 1 | -0/+45 |
|/ / |
|
* | | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -2/+0 |
* | | Fix mismatching docblock return types | Christoph Wurst | 2020-03-06 | 1 | -1/+2 |
|/ |
|
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -1/+1 |
* | Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-path | Roeland Jago Douma | 2019-12-11 | 1 | -0/+66 |
|\ |
|
| * | Use file path for direct editing | Julius Härtl | 2019-12-05 | 1 | -0/+66 |
* | | Update license headers | Christoph Wurst | 2019-12-05 | 23 | -27/+84 |
|/ |
|
* | Code style fixes and cleanup | Julius Härtl | 2019-11-27 | 1 | -36/+34 |
* | Direct editing API to allow file editing using a one-time token for | Julius Härtl | 2019-11-27 | 1 | -0/+95 |
* | 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 |