summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add error handling for --clear-schema on Oracle.Andreas Fischer2014-04-141-0/+11
* Do not quote table names on Oracle. They appear to be already quoted.Andreas Fischer2014-04-141-5/+9
* Remove unnecessary +1 from PostgreSQL sequence correction query.Andreas Fischer2014-04-111-1/+1
* Better variable names for table arrays.Andreas Fischer2014-04-111-5/+5
* Improve message about tables not going to be converted. Mention --all-apps op...Andreas Fischer2014-04-111-1/+6
* Extract schema creation code into its own method.Andreas Fischer2014-04-091-9/+13
* Add option to create all app schemas instead of just installed app.Andreas Fischer2014-04-091-1/+7
* Do not attempt to covert to the same DBMS.Andreas Fischer2014-04-091-0/+8
* Move schema clearing to extra method.Andreas Fischer2014-04-091-8/+13
* private -> protectedAndreas Fischer2014-04-091-5/+5
* Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-09933-25481/+37761
|\
| * Merge pull request #8049 from owncloud/filepickersvgMorris Jobke2014-04-096-56/+120
| |\
| | * Fix SVG close button of file pickerVincent Petry2014-04-041-0/+5
| | * Fix file picker to correctly show SVG file iconsVincent Petry2014-04-041-1/+6
| | * Moved code to replace svg with png to OC.UtilVincent Petry2014-04-045-55/+109
| * | Merge pull request #8126 from owncloud/remove_obsolete_code_in_sharing_jsVincent Petry2014-04-091-5/+0
| |\ \
| | * | remove obsolete codeJörn Friedrich Dreyer2014-04-091-5/+0
| * | | Merge pull request #7837 from owncloud/fix_7530blizzz2014-04-092-7/+237
| |\ \ \ | | |/ / | |/| |
| | * | add comment to clearify when a skip in the foreach happensArthur Schiwon2014-04-091-0/+1
| | * | define varArthur Schiwon2014-03-211-0/+1
| | * | make tests work on systems without php5_ldapArthur Schiwon2014-03-211-0/+12
| | * | add tests for cumulativeSearchOnAttributeArthur Schiwon2014-03-211-0/+198
| | * | fix potential infinite loop when the DN of the first entry was already read.Arthur Schiwon2014-03-201-1/+1
| | * | Use the LDAP wrapper for checking resources, needs for proper testingArthur Schiwon2014-03-201-1/+1
| | * | Fix wildcard handling and check even less DNs per filter, enough will be look...Arthur Schiwon2014-03-201-4/+7
| | * | LDAP Wizard: when determining objectclasses, we realy do not need to look at ...Arthur Schiwon2014-03-201-4/+19
| * | | Merge pull request #8122 from owncloud/issue/8048Joas Schilling2014-04-091-3/+1
| |\ \ \
| | * | | Always define sendmail_is_availableJoas Schilling2014-04-091-3/+1
| |/ / /
| * | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-09365-3687/+6474
| * | | Merge pull request #8117 from owncloud/fix-hard-coded-uman-strThomas Müller2014-04-081-5/+6
| |\ \ \
| | * | | Make hardcoded exception messages translatableVolkan Gezer2014-04-081-5/+6
| * | | | Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-086-0/+62
| |\ \ \ \
| | * | | | Add @return PHPDocsThomas Tanghus2014-03-103-0/+7
| | * | | | Chainable Response in AppFrameworkThomas Tanghus2014-03-096-0/+55
| * | | | | Merge pull request #8111 from owncloud/trash-disablesharingVincent Petry2014-04-081-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Disable sharing in trashbin appVincent Petry2014-04-081-0/+1
| |/ / / /
| * | | | Merge pull request #8110 from owncloud/fix-failing-config-unit-testThomas Müller2014-04-081-1/+1
| |\ \ \ \
| | * | | | class Test_Config is already declaredThomas Müller2014-04-081-1/+1
| |/ / / /
| * | | | Merge pull request #8032 from owncloud/fs-backend-registrationThomas Müller2014-04-0810-166/+462
| |\ \ \ \
| | * | | | unit tests for dynamic backend registrationThomas Müller2014-04-072-14/+141
| | * | | | remove duplicate method checkDependencies()Thomas Müller2014-04-031-12/+0
| | * | | | use command -v to detect if smbclient existsThomas Müller2014-04-031-1/+1
| | * | | | Merge branch 'master' into fs-backend-registrationThomas Müller2014-04-033-145/+172
| | |\ \ \ \
| | * | | | | Update backends and their configurationsThomas Müller2014-04-031-19/+72
| | * | | | | Moved dependency checks to end of class filesPhilipp Kapfer2014-04-039-248/+296
| | * | | | | Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-034-3/+42
| | * | | | | Changed dependency check messages from warnings to notesPhilipp Kapfer2014-04-035-8/+41
| | * | | | | Added cURL dependency check to Google Drive and WebDAV backendPhilipp Kapfer2014-04-034-4/+33
| | * | | | | Modified app to dynamically register backends instead of hard-coding themPhilipp Kapfer2014-04-034-158/+129
| * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-08248-4684/+13590