summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-2748-40/+206
|
* Merge pull request #24246 from owncloud/local-invalidLukas Reschke2016-04-262-0/+17
|\ | | | | error out if a local storage isn't setup correctly
| * add testsRobin Appelman2016-04-261-0/+14
| |
| * error out if a local storage isn't setup correctlyRobin Appelman2016-04-251-0/+3
| |
* | Merge pull request #24027 from owncloud/translate_ocs_shareThomas Müller2016-04-264-63/+94
|\ \ | | | | | | Translate OCS Share API error messages
| * | Translate OCS Share API error messagesRoeland Jago Douma2016-04-254-63/+94
| | | | | | | | | | | | For https://github.com/owncloud/core/issues/22209
* | | Merge pull request #24277 from owncloud/more-sanityThomas Müller2016-04-261-1/+9
|\ \ \ | | | | | | | | Don't write empty RewriteBase
| * | | Don't write empty RewriteBaseLukas Reschke2016-04-261-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | ownCloud may be configured to live at the root folder without a trailing slash being specified. In this case manually set the rewrite base to `/`
* | | | Merge pull request #24269 from owncloud/backgroundjob_psr4Thomas Müller2016-04-266-0/+0
|\ \ \ \ | |/ / / |/| | | Move \OC\BackgroundJob to PSR-4
| * | | Move \OC\BackgroundJob to PSR-4Roeland Jago Douma2016-04-266-0/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-26204-1114/+1230
| | | |
* | | | Merge pull request #24256 from owncloud/scanner-propagateMorris Jobke2016-04-262-0/+40
|\ \ \ \ | | | | | | | | | | triger the propagator from the command line scanner
| * | | | triger the propagator from the command line scannerRobin Appelman2016-04-252-0/+40
| | | | |
* | | | | Merge pull request #24262 from owncloud/fix-24228Morris Jobke2016-04-261-1/+2
|\ \ \ \ \ | | | | | | | | | | | | check whether index is set before using it
| * | | | | check whether index is set before using itArthur Schiwon2016-04-251-1/+2
| | | | | |
* | | | | | Merge pull request #24199 from owncloud/ocp-repairMorris Jobke2016-04-2635-199/+369
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Introduce OCP\Migration\IRepairStep and adopt all repair steps to thi…
| * | | | | Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new ↵Thomas Müller2016-04-2535-199/+369
| | | | | | | | | | | | | | | | | | | | | | | | interface - refs #24198
* | | | | | Merge pull request #24268 from owncloud/search_psr4Thomas Müller2016-04-265-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move \OC\Search to PSR-4
| * | | | | | Move \OC\Search to PSR-4Roeland Jago Douma2016-04-265-0/+0
| | | | | | |
* | | | | | | Merge pull request #24266 from owncloud/mimetypealiasesRoeland Douma2016-04-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | correct occ command for mimetypealiases
| * | | | | | correct occ command for mimetypealiasesCarla Schroder2016-04-251-1/+1
|/ / / / / /
* | | | | | Merge pull request #23726 from owncloud/ldap-wizard-improve-status-indicatorThomas Müller2016-04-251-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | LDAP Wizard: reset connection status indicator when switching LDAP co…
| * | | | | | LDAP Wizard: reset connection status indicator when switching LDAP configArthur Schiwon2016-04-251-0/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #22783 from patelfenil/bugfix-issue-17320Thomas Müller2016-04-251-2/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove image now not coming when user changes fullname. Fixes #17320
| * | | | | | Remove image now not coming when user changes fullname. Fixes #17320patelfenil2016-03-071-2/+9
| | | | | | |
* | | | | | | Merge pull request #22648 from owncloud/propagate-singleThomas Müller2016-04-258-29/+56
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | do propagation in a single query
| * | | | | | | do propagation in a single queryRobin Appelman2016-04-258-29/+56
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #24264 from owncloud/route_psr4Lukas Reschke2016-04-253-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move \OC\Route to PSR-4
| * | | | | | | Move \OC\Route to PSR-4Roeland Jago Douma2016-04-253-0/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #24251 from owncloud/fix-mailerRoeland Douma2016-04-252-3/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Allow automatic dependency injection for OCP\Mail\Mailer
| * | | | | | Fix the syntax and methods in the sampleJoas Schilling2016-04-251-3/+4
| | | | | | |
| * | | | | | Allow automatic dependency injection for OCP\Mail\MailerJoas Schilling2016-04-251-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #24244 from owncloud/mount-uniqueVincent Petry2016-04-252-2/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | don't get the config for the same mount multiple times
| * | | | | add testRobin Appelman2016-04-251-0/+11
| | | | | |
| * | | | | don't get the config for the same mount multiple timesRobin Appelman2016-04-251-2/+11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller2016-04-256-48/+32
|\ \ \ \ \ | | | | | | | | | | | | Fix LDAP race conditions
| * | | | | Fix LDAP race conditionsMorris Jobke2016-04-206-48/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values
* | | | | | Merge pull request #24248 from owncloud/d--j-masterThomas Müller2016-04-255-10/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | D j master
| * \ \ \ \ \ Merge branch 'master' of https://github.com/d--j/core into d--j-masterThomas Müller2016-04-255-10/+34
| |\ \ \ \ \ \
| | * | | | | | Call private cache methods only for `OC\Files\Cache\Cache`Daniel Jagszent2016-04-155-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The two implementation detail methods `correctFolderSize` and `calculateFolderSize` should only be called for instances of `OC\Files\Cache\Cache`. This commit adds guarding checks whenever they are called.
* | | | | | | | Merge pull request #24247 from owncloud/weits-patch-1Thomas Müller2016-04-251-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Weits patch 1
| * | | | | | | Merge branch 'patch-1' of https://github.com/weits/core into weits-patch-1Thomas Müller2016-04-251-1/+1
|/| | | | | | |
| * | | | | | | solves problem with moving files via WebDAVPetr Svoboda2016-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When moving files via WebDAV I sometimes got PHP Fatal error: Nesting level too deep - recursive dependency? in /var/www/owncloud/lib/private/files/view.php on line 729 This small change has fixed the problem for me
* | | | | | | | Merge pull request #24205 from owncloud/scanner-lockingThomas Müller2016-04-251-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add locks in the scanner to prevent multiple scanners running on the …
| * | | | | | | | add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #24240 from owncloud/issue-24233-add-missing-use-statementThomas Müller2016-04-251-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add missing use statement
| * | | | | | | | | Add missing use statementJoas Schilling2016-04-251-0/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #24231 from owncloud/updater_psr4Thomas Müller2016-04-251-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Move \OC\Updater to PSR-4
| * | | | | | | | | Move \OC\Updater to PSR-4Roeland Jago Douma2016-04-251-0/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #24230 from owncloud/you-form-of-activitiesLukas Reschke2016-04-251-0/+35
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Translate the current user with "You ..."