| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Restore the sequencial order | Joas Schilling | 2017-09-29 | 1 | -1/+1 |
* | Migrate all core id columns to bigint | Joas Schilling | 2017-09-29 | 1 | -0/+42 |
* | Fix missing "unsigned" on integer columns | Joas Schilling | 2017-09-19 | 2 | -17/+121 |
* | Fix headers | Joas Schilling | 2017-08-14 | 2 | -6/+44 |
* | Make sure the accounts table exists | Joas Schilling | 2017-08-14 | 1 | -0/+59 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -0/+897 |
* | Add migration for personal settings stuff | Joas Schilling | 2017-07-05 | 1 | -0/+93 |