summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7015 from owncloud/db-migration-check-copyicewind19912014-06-037-50/+403
|\
| * Fix typoRobin Appelman2014-06-031-1/+1
| * Better unique names for temporary tablesRobin Appelman2014-06-032-1/+19
| * Add `generateChangeScript()` backRobin Appelman2014-06-031-0/+9
| * add a getter for the tableRobin Appelman2014-06-031-0/+7
| * Quote identifiers on mysqlRobin Appelman2014-06-032-1/+35
| * Skip migration checks for all sql backends besides mysql, postgres and sqliteRobin Appelman2014-06-033-10/+30
| * Only quote identifiers for oracle during migrationRobin Appelman2014-06-033-26/+58
| * Try and check migration before applying itRobin Appelman2014-06-032-60/+65
| * Check sqlite migration on a copy of the database fileRobin Appelman2014-06-032-0/+41
| * Fix migrator for postgresRobin Appelman2014-06-031-1/+3
| * Fix temporary schema creationRobin Appelman2014-06-031-4/+8
| * Fix generating migration test schemasRobin Appelman2014-06-031-1/+4
| * Create unique names for temporary indexesRobin Appelman2014-06-031-3/+23
| * Add a mechanism to try the database migration on a copy of the tables before ...Robin Appelman2014-06-032-0/+158
* | Merge pull request #8838 from owncloud/backgroundjob-legacy-gcThomas Müller2014-06-031-0/+3
|\ \
| * | Support having legacy `OC_Cache_FileGlobalGC` background jobsRobin Appelman2014-06-031-0/+3
| |/
* | Merge pull request #7151 from owncloud/user-jqueryThomas Müller2014-06-032-1/+189
|\ \
| * | this line was lost on rebaseArthur Schiwon2014-06-021-0/+1
| * | undo lastLogin changes in base and user/user as this has now been properly do...Arthur Schiwon2014-06-022-28/+0
| * | make search parameter optional, which is already the case in the medthod it i...Arthur Schiwon2014-06-021-1/+1
| * | fix PHPDocArthur Schiwon2014-06-021-1/+1
| * | typoArthur Schiwon2014-06-021-2/+2
| * | small fixes / cleanupArthur Schiwon2014-06-022-3/+2
| * | add MetaData class for groupsArthur Schiwon2014-06-021-0/+189
| * | add PHP docArthur Schiwon2014-06-021-0/+3
| * | add Last Login columnArthur Schiwon2014-06-022-0/+24
* | | Merge pull request #8425 from owncloud/columns_should_be_nullable_by_defaultThomas Müller2014-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | columns should be nullable by defaultJörn Friedrich Dreyer2014-05-011-1/+1
* | | add OCP\Config:deleteSystemValueMorris Jobke2014-06-021-0/+10
* | | drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-48/+0
| |/ |/|
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-022-1/+11
|\ \
| * \ Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-19195-1932/+3451
| |\ \
| * | | Redirect to index if the logout link is accessed without valid sessionLukas Reschke2014-05-111-0/+8
| * | | Add CSRF check on login and logoutLukas Reschke2014-05-042-1/+3
* | | | Fix PHPDocLukas Reschke2014-06-011-9/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-312-1/+40
* | | | Merge pull request #8800 from owncloud/db-changes-as-required-by-8483Thomas Müller2014-05-313-49/+60
|\ \ \ \
| * | | | - fix dropTable() and introduce tableExists()Thomas Müller2014-05-303-49/+60
* | | | | Merge pull request #8444 from owncloud/cleanup-list-codeThomas Müller2014-05-301-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-19195-1932/+3451
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Cleanup code a little bitLukas Reschke2014-05-041-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #7614 from owncloud/test_annotations_workingThomas Müller2014-05-301-0/+18
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | adding annotation check to checkServer()Thomas Müller2014-05-191-0/+6
| * | | | Merge branch 'master' into test_annotations_workingThomas Müller2014-05-19186-1637/+3053
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Check if ReflectionMethod::getDocComment is workingThomas Tanghus2014-05-091-0/+12
* | | | | Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler2014-05-301-8/+42
|\ \ \ \ \
| * | | | | Missed one.ringmaster2014-05-301-1/+1
| * | | | | Updates per comments on PR:ringmaster2014-05-301-6/+20
| * | | | | Prevent apps from affecting the scanner via hook.ringmaster2014-05-281-16/+18