summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in ownCloud external storageRobin McCorkell2015-03-272-2/+10
* Merge pull request #15251 from owncloud/use_default_share_folder_oc7Morris Jobke2015-03-273-6/+20
|\
| * always fall back to default share folderBjoern Schiessle2015-03-263-6/+20
* | Merge pull request #14498 from owncloud/kill-substr-mssql-stable7Lukas Reschke2015-03-261-99/+0
|\ \ | |/ |/|
| * Remove hacky Substring support for MSSQLLukas Reschke2015-02-251-99/+0
* | Merge pull request #15072 from owncloud/fix_group_shareMorris Jobke2015-03-261-2/+3
|\ \
| * | also call generateTarget for group share to add the correct prefix if share_f...Bjoern Schiessle2015-03-201-2/+3
* | | Merge pull request #14861 from owncloud/stable7-fix-sizepropagationwithshareMorris Jobke2015-03-264-0/+114
|\ \ \
| * | | also clear statcache in mapped localRobin Appelman2015-03-131-0/+1
| * | | Clear statcache before getting the mtime from local storage backendsRobin Appelman2015-03-131-0/+1
| * | | Uglify unit test to make them work on stable7Vincent Petry2015-03-131-13/+13
| * | | Add unit test for size propagation across share boundariesVincent Petry2015-03-131-0/+90
| * | | Fix size propagation over shared storage boundaryVincent Petry2015-03-131-0/+22
* | | | Merge pull request #15161 from owncloud/stable7-fixcronconfigThomas Müller2015-03-241-1/+1
|\ \ \ \
| * | | | Fix config API usage in cron.phpVincent Petry2015-03-241-1/+1
* | | | | Merge pull request #14889 from owncloud/backport-14849-stable7Morris Jobke2015-03-241-3/+6
|\ \ \ \ \
| * | | | | support paged results against 389ds.Arthur Schiwon2015-03-131-3/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #15141 from owncloud/backport-15123-stable7Morris Jobke2015-03-242-1/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | offset needs to be considered in computed limitArthur Schiwon2015-03-242-1/+15
|/ / / /
* | | | Merge pull request #14902 from owncloud/tempmanager-fix-backportThomas Müller2015-03-161-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Check directory handle before we use itRobin McCorkell2015-03-151-6/+8
|/ / /
* | | Merge pull request #14846 from owncloud/fix-14843-stable7Thomas Müller2015-03-131-1/+5
|\ \ \
| * | | cron shall not operate in case we are in maintenance mode - fixes #14843Thomas Müller2015-03-121-1/+5
|/ / /
* | | Merge pull request #14637 from owncloud/backport-13341Morris Jobke2015-03-112-5/+9
|\ \ \
| * | | Read version and product name from update templateVincent Petry2015-03-022-5/+9
| | |/ | |/|
* | | Merge pull request #14182 from RealRancor/update_office_previewMorris Jobke2015-03-111-3/+2
|\ \ \
| * | | Fix libre/openoffice preview on multi-user instancesRealRancor2015-02-121-3/+2
* | | | Merge pull request #14707 from owncloud/ldap-reset-paged-search-on-null-limit...Morris Jobke2015-03-091-0/+11
|\ \ \ \
| * | | | set up paged search when limit is 0Arthur Schiwon2015-03-051-0/+11
|/ / / /
* | | | bump releaseFrank Karlitschek2015-03-021-1/+1
* | | | Merge pull request #14688 from owncloud/stable7-trashbin-selected-deleteFrank Karlitschek2015-03-041-0/+4
|\ \ \ \
| * | | | Fix deleting selected files in the trashbinRobin Appelman2015-03-041-0/+4
| | |/ / | |/| |
* | | | Merge pull request #14642 from owncloud/issue/13751-only-variables-passed-by-...Morris Jobke2015-03-021-3/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix "Only variables should be passed by reference" in stable7 templateJoas Schilling2015-03-021-3/+6
|/ / /
* | | Merge pull request #14425 from owncloud/backport-12313Thomas Müller2015-02-233-3/+3
|\ \ \
| * | | The class name is Movie NOT MoviesOlivier Paroz2015-02-233-3/+3
|/ / /
* | | 7.0.5v7.0.5Frank Karlitschek2015-02-161-2/+2
* | | Merge pull request #14040 from owncloud/stable7-app-upgrade-orderLukas Reschke2015-02-171-3/+37
|\ \ \
| * | | Fix "other" app update stackVincent Petry2015-02-101-1/+1
| * | | on ownCloud upgrade: upgrade all apps in order, load important onesArthur Schiwon2015-02-101-3/+37
* | | | Merge pull request #12327 from owncloud/stable7l10nbportThomas Müller2015-02-1731-17/+59
|\ \ \ \
| * | | | backport some strings to stable7Volkan Gezer2014-11-2031-17/+59
* | | | | Merge pull request #14254 from owncloud/console-execution-time-stable7Thomas Müller2015-02-161-0/+3
|\ \ \ \ \
| * | | | | console commands shall not be limited with respect to execution time - fixes ...Thomas Müller2015-02-161-0/+3
|/ / / / /
* | | | | Merge pull request #13988 from owncloud/group-share-collition-wrong-type-in-p...Lukas Reschke2015-02-162-5/+15
|\ \ \ \ \
| * | | | | Add a test for the post_shared hook shareTypeJoas Schilling2015-02-091-0/+10
| * | | | | Do not overwrite the shareType so the post hook is still correctJoas Schilling2015-02-091-5/+5
| | |/ / / | |/| | |
* | | | | Removed anchor in config.sample.phpRealRancor2015-02-131-1/+1
* | | | | Merge pull request #14147 from owncloud/no-whitespace-from-themes-stable7Jörn Friedrich Dreyer2015-02-122-10/+10
|\ \ \ \ \
| * | | | | catch any whitespaces which might get written to the output buffer while load...Thomas Müller2015-02-122-10/+10
|/ / / / /