Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7015 from owncloud/db-migration-check-copy | icewind1991 | 2014-06-03 | 7 | -50/+403 |
|\ | |||||
| * | Fix typo | Robin Appelman | 2014-06-03 | 1 | -1/+1 |
| * | Better unique names for temporary tables | Robin Appelman | 2014-06-03 | 2 | -1/+19 |
| * | Add `generateChangeScript()` back | Robin Appelman | 2014-06-03 | 1 | -0/+9 |
| * | add a getter for the table | Robin Appelman | 2014-06-03 | 1 | -0/+7 |
| * | Quote identifiers on mysql | Robin Appelman | 2014-06-03 | 2 | -1/+35 |
| * | Skip migration checks for all sql backends besides mysql, postgres and sqlite | Robin Appelman | 2014-06-03 | 3 | -10/+30 |
| * | Only quote identifiers for oracle during migration | Robin Appelman | 2014-06-03 | 3 | -26/+58 |
| * | Try and check migration before applying it | Robin Appelman | 2014-06-03 | 2 | -60/+65 |
| * | Check sqlite migration on a copy of the database file | Robin Appelman | 2014-06-03 | 2 | -0/+41 |
| * | Fix migrator for postgres | Robin Appelman | 2014-06-03 | 1 | -1/+3 |
| * | Fix temporary schema creation | Robin Appelman | 2014-06-03 | 1 | -4/+8 |
| * | Fix generating migration test schemas | Robin Appelman | 2014-06-03 | 1 | -1/+4 |
| * | Create unique names for temporary indexes | Robin Appelman | 2014-06-03 | 1 | -3/+23 |
| * | Add a mechanism to try the database migration on a copy of the tables before ... | Robin Appelman | 2014-06-03 | 2 | -0/+158 |
* | | Merge pull request #8838 from owncloud/backgroundjob-legacy-gc | Thomas Müller | 2014-06-03 | 1 | -0/+3 |
|\ \ | |||||
| * | | Support having legacy `OC_Cache_FileGlobalGC` background jobs | Robin Appelman | 2014-06-03 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #7151 from owncloud/user-jquery | Thomas Müller | 2014-06-03 | 2 | -1/+189 |
|\ \ | |||||
| * | | this line was lost on rebase | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
| * | | undo lastLogin changes in base and user/user as this has now been properly do... | Arthur Schiwon | 2014-06-02 | 2 | -28/+0 |
| * | | make search parameter optional, which is already the case in the medthod it i... | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | fix PHPDoc | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | typo | Arthur Schiwon | 2014-06-02 | 1 | -2/+2 |
| * | | small fixes / cleanup | Arthur Schiwon | 2014-06-02 | 2 | -3/+2 |
| * | | add MetaData class for groups | Arthur Schiwon | 2014-06-02 | 1 | -0/+189 |
| * | | add PHP doc | Arthur Schiwon | 2014-06-02 | 1 | -0/+3 |
| * | | add Last Login column | Arthur Schiwon | 2014-06-02 | 2 | -0/+24 |
* | | | Merge pull request #8425 from owncloud/columns_should_be_nullable_by_default | Thomas Müller | 2014-06-03 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | columns should be nullable by default | Jörn Friedrich Dreyer | 2014-05-01 | 1 | -1/+1 |
* | | | add OCP\Config:deleteSystemValue | Morris Jobke | 2014-06-02 | 1 | -0/+10 |
* | | | drop allowZIPdownload and maxZIPSize as options | Morris Jobke | 2014-06-02 | 1 | -48/+0 |
| |/ |/| | |||||
* | | Merge pull request #8443 from owncloud/csrf-on-login-and-logout | Vincent Petry | 2014-06-02 | 2 | -1/+11 |
|\ \ | |||||
| * \ | Merge branch 'master' into csrf-on-login-and-logout | Thomas Müller | 2014-05-19 | 195 | -1932/+3451 |
| |\ \ | |||||
| * | | | Redirect to index if the logout link is accessed without valid session | Lukas Reschke | 2014-05-11 | 1 | -0/+8 |
| * | | | Add CSRF check on login and logout | Lukas Reschke | 2014-05-04 | 2 | -1/+3 |
* | | | | Fix PHPDoc | Lukas Reschke | 2014-06-01 | 1 | -9/+1 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-31 | 2 | -1/+40 |
* | | | | Merge pull request #8800 from owncloud/db-changes-as-required-by-8483 | Thomas Müller | 2014-05-31 | 3 | -49/+60 |
|\ \ \ \ | |||||
| * | | | | - fix dropTable() and introduce tableExists() | Thomas Müller | 2014-05-30 | 3 | -49/+60 |
* | | | | | Merge pull request #8444 from owncloud/cleanup-list-code | Thomas Müller | 2014-05-30 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into cleanup-list-code | Thomas Müller | 2014-05-19 | 195 | -1932/+3451 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | Cleanup code a little bit | Lukas Reschke | 2014-05-04 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #7614 from owncloud/test_annotations_working | Thomas Müller | 2014-05-30 | 1 | -0/+18 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | adding annotation check to checkServer() | Thomas Müller | 2014-05-19 | 1 | -0/+6 |
| * | | | | Merge branch 'master' into test_annotations_working | Thomas Müller | 2014-05-19 | 186 | -1637/+3053 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Check if ReflectionMethod::getDocComment is working | Thomas Tanghus | 2014-05-09 | 1 | -0/+12 |
* | | | | | Merge pull request #8607 from owncloud/filescan_app_hook | Owen Winkler | 2014-05-30 | 1 | -8/+42 |
|\ \ \ \ \ | |||||
| * | | | | | Missed one. | ringmaster | 2014-05-30 | 1 | -1/+1 |
| * | | | | | Updates per comments on PR: | ringmaster | 2014-05-30 | 1 | -6/+20 |
| * | | | | | Prevent apps from affecting the scanner via hook. | ringmaster | 2014-05-28 | 1 | -16/+18 |