summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-0616-12/+114
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-054-2/+4
* Merge pull request #13849 from owncloud/ldap-oc8-updateblizzz2015-02-042-49/+1
|\
| * no update routine needed from OC 7 to 8Arthur Schiwon2015-02-032-49/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0418-16/+88
|/
* Merge pull request #13837 from owncloud/endless-redirectThomas Müller2015-02-031-0/+1
|\
| * Add callCheck to testremote.phpLukas Reschke2015-02-021-0/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0322-42/+100
|/
* Merge pull request #13817 from owncloud/core-apps-dependenciesMorris Jobke2015-02-022-0/+6
|\
| * encryption requires openssl and user_ldap requires ldap :speak_no_evil:Thomas Müller2015-02-022-0/+6
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-028-12/+22
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-016-2/+6
* | Merge pull request #13797 from owncloud/fix_move_del_of_remote_sharesLukas Reschke2015-01-313-3/+3
|\ \
| * | no need to initialize the same view twiceBjoern Schiessle2015-01-301-1/+0
| * | get correct user for paths to the trash bin, needed for remote shares if the ...Bjoern Schiessle2015-01-302-2/+3
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-3144-86/+120
| |/ |/|
* | Merge pull request #13508 from owncloud/failed-delete-cacheMorris Jobke2015-01-303-4/+46
|\ \ | |/ |/|
| * Dont do a cache rename if we cant delete the source fileRobin Appelman2015-01-291-1/+3
| * Make sure we delete the file when doing a cross storage trashbin moveRobin Appelman2015-01-291-0/+2
| * Detect failed deletes in the trashbinRobin Appelman2015-01-292-3/+41
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-3064-66/+42
* | Merge pull request #13760 from owncloud/create_enc_key_for_remote_sharesMorris Jobke2015-01-292-57/+118
|\ \
| * | Fix intendationJoas Schilling2015-01-291-3/+3
| * | Fix more assertionsJoas Schilling2015-01-291-26/+26
| * | Fix 2 assertionsJoas Schilling2015-01-291-3/+3
| * | make sure that we always create a public share key for remote sharesBjoern Schiessle2015-01-292-32/+93
* | | Merge pull request #13728 from owncloud/federated_cloudThomas Müller2015-01-292-5/+5
|\ \ \ | |_|/ |/| |
| * | rename 'server-to-server sharing' to 'federated cloud'Bjoern Schiessle2015-01-292-5/+5
| |/
* | Merge pull request #13746 from owncloud/no-groups-provisioning-apiThomas Müller2015-01-292-1/+5
|\ \
| * | disallow provisioning api to be enabled for groups onlyThomas Müller2015-01-292-1/+5
* | | Merge pull request #13604 from owncloud/encryption-key-migration-as-repair-stepThomas Müller2015-01-293-21/+115
|\ \ \
| * | | user fs must be setup up, so that the real user folder is mounted on the user...Arthur Schiwon2015-01-221-0/+1
| * | | adding console command to migrate encryption keys - refs #13450Thomas Müller2015-01-223-21/+114
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-2924-0/+48
| |/ / |/| |
* | | Merge pull request #13401 from is-apps/amazon_s3_checkboxesThomas Müller2015-01-281-1/+7
|\ \ \
| * | | Align checkbox configuration in external filesRoss Nicoll2015-01-191-1/+7
* | | | Fix trash error when deleting files with the same name at the same time (happ...Robin Appelman2015-01-281-0/+3
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-2814-10/+46
* | | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-284-25/+144
|\ \ \
| * | | Add back exit()Vincent Petry2015-01-261-1/+1
| * | | Catch storage exception in scanner for remote sharesVincent Petry2015-01-264-25/+144
* | | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-277-4/+226
|\ \ \ \
| * | | | Fix bogus deletion on copy + unlink through renameVincent Petry2015-01-263-0/+38
| * | | | Add trashbin storage wrapper unit test for versionsVincent Petry2015-01-231-6/+76
| * | | | Simplify trash storage unit testsVincent Petry2015-01-231-46/+16
| * | | | Unregister trashbin storage wrapper at the end of testsVincent Petry2015-01-232-0/+4
| * | | | Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-41/+2
| * | | | Remove storage wrapper for oc_trashbin in unit testVincent Petry2015-01-231-0/+2
| * | | | Only move files from the current user to the trashbinRobin Appelman2015-01-231-4/+5
| * | | | Call final unlink in trash wrapper's storageVincent Petry2015-01-234-2/+178