summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24111 from owncloud/chunk-users-in-background-jobsBjörn Schießle2016-04-213-56/+24
|\ | | | | Chunk the users correctly in the trashbin and versions background job
| * Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-203-56/+24
| |
* | Merge pull request #24138 from owncloud/revert-22760-tooltip-cssfixThomas Müller2016-04-211-1/+0
|\ \ | | | | | | Revert "add word wrap to tooltips. Fixes #22746"
| * | Revert "add word wrap to tooltips. Fixes #22746"Lukas Reschke2016-04-201-1/+0
| | |
* | | Merge pull request #24135 from owncloud/also-write-htaccess-from-cliThomas Müller2016-04-211-7/+15
|\ \ \ | | | | | | | | Write .htaccess also from CLI
| * | | Write .htaccess also from CLILukas Reschke2016-04-201-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new updater as shipped with ownCloud 9.0.x invokes `occ` via `shell_exec`. This means that the `\OC::$CLI` code is used when updating. This removes the manual `.htaccess` modifications, effectively leading to the fact that URLs without index.php in it stop working. This also affects share URLs which could be considered a rather serious regression. - User installs 9.0.0 via web - User shares /s/1234 - User updates to 9.0.1 via ownCloud updater - Link to /s/1234 is broken, /index.php/s/1234 works
* | | | Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-217-75/+118
|\ \ \ \ | | | | | | | | | | Enc master key improvements
| * | | | replaceUserKeys() actually deletes the users keys -> update method name and ↵Bjoern Schiessle2016-03-183-3/+5
| | | | | | | | | | | | | | | | | | | | doc-block
| * | | | only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-187-72/+113
| | | | |
* | | | | Merge pull request #24133 from owncloud/tagging_psr4Joas Schilling2016-04-212-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Move \OC\Tagging to PSR-4
| * | | | | Move \OC\Tagging to PSR-4Roeland Jago Douma2016-04-202-0/+0
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-21278-520/+560
| |_|_|/ / |/| | | |
* | | | | Merge pull request #24127 from owncloud/handle-app-loading-errorThomas Müller2016-04-209-18/+40
|\ \ \ \ \ | |_|_|/ / |/| | | | Handle app loading error
| * | | | In case an app has issues while loading the app is disabled and request ↵Thomas Müller2016-04-201-2/+10
| | | | | | | | | | | | | | | | | | | | processing continues
| * | | | Catch class Error on all root entrypointsThomas Müller2016-04-206-12/+26
| | | | |
| * | | | With PHP7 Throwable is the new base interface for all Exception and Error - ↵Thomas Müller2016-04-202-4/+4
| | | | | | | | | | | | | | | | | | | | we should be capable to log Throwable as well
* | | | | Merge pull request #24132 from owncloud/fix-web-updaterThomas Müller2016-04-201-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix web updater
| * | | | | Fix web updater - fixes #24115Thomas Müller2016-04-201-3/+3
| | | | | |
* | | | | | Merge pull request #23990 from owncloud/heartbeat-debounceMorris Jobke2016-04-202-4/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Debounce heartbeat ajax calls to lower the number of requests
| * | | | | Debounce heartbeat ajax calls to lower the number of requestsChristoph Wurst2016-04-182-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | fixes #22397
* | | | | | Merge pull request #23951 from owncloud/cleanlocks-chunkThomas Müller2016-04-201-7/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | chunk the cleaning up of shared locks
| * | | | | | Let the querybuilder convertRoeland Jago Douma2016-04-141-4/+2
| | | | | | |
| * | | | | | chunk the cleaning up of shared locksRobin Appelman2016-04-141-7/+20
| | | | | | |
* | | | | | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-2016-238/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | migrate deprecated jQuery 1.x functions
| * | | | | | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-197-15/+15
| | | | | | | |
| * | | | | | | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-1911-220/+8
| | | | | | | |
| * | | | | | | migrate jQuery.fn.unload()Christoph Wurst2016-04-191-1/+1
| | | | | | | |
| * | | | | | | remove deprecated jQuery.browserChristoph Wurst2016-04-191-4/+8
| | | | | | | |
* | | | | | | | Merge pull request #24064 from owncloud/update-3rdpartyThomas Müller2016-04-201-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update 3rdparty to remove unneeded files
| * | | | | | | | Update 3rdparty to remove unneeded filesMorris Jobke2016-04-201-0/+0
| | | | | | | | |
* | | | | | | | | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-2037-1244/+1083
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | SharedStorage to new sharing code + cleanup
| * | | | | | | | | Move moveFromCache to CacheJailRoeland Jago Douma2016-04-192-4/+16
| | | | | | | | | |
| * | | | | | | | | Move copy- and moveFromStorage to jailRoeland Jago Douma2016-04-192-20/+26
| | | | | | | | | |
| * | | | | | | | | Only construct the storage when we start using itRobin Appelman2016-04-196-23/+116
| | | | | | | | | |
| * | | | | | | | | Fix resolve pathRoeland Jago Douma2016-04-193-15/+8
| | | | | | | | | |
| * | | | | | | | | Fix testsRoeland Jago Douma2016-04-1918-723/+738
| | | | | | | | | |
| * | | | | | | | | Fix related logicRoeland Jago Douma2016-04-195-24/+48
| | | | | | | | | |
| * | | | | | | | | Move SharedStorage et al over to the shareManager and jailRoeland Jago Douma2016-04-198-456/+146
| | | | | | | | | |
| * | | | | | | | | cache the scanner/updater/cache in the wrapper storageRobin Appelman2016-04-192-12/+18
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #24098 from owncloud/fix_23782Thomas Müller2016-04-202-0/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | When calling file_put_contents clear the checksum
| * | | | | | | | | When the scanner detects a file is changed clear checksumRoeland Jago Douma2016-04-192-0/+22
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23782 and #23783 If the file scanner detects a changed file we clear the checksum while we update the cache. * Unit test added
* | | | | | | | | Merge pull request #24118 from owncloud/add-load-script-events-for-settingsThomas Müller2016-04-202-0/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Add loadAdditionalScripts events to admin and personal settings
| * | | | | | | | Add loadAdditionalScripts events to admin and personal for plugins that have ↵Joas Schilling2016-04-202-0/+4
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | no section
* | | | | | | | Merge pull request #24123 from owncloud/preview_psr4Thomas Müller2016-04-2025-0/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Move \OC\Preview to PSR-4
| * | | | | | | Move \OC\Preview to PSR-4Roeland Jago Douma2016-04-2025-0/+0
|/ / / / / / /
* | | | | | | Merge pull request #24075 from owncloud/no-html-on-cliLukas Reschke2016-04-203-11/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | In case of fatal php errors and other unhandled exceptions no html er…
| * | | | | | | In case of fatal php errors and other unhandled exceptions no html error ↵Thomas Müller2016-04-183-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page is expected to be displayed in the console
* | | | | | | | Merge pull request #24116 from owncloud/fix_24095Thomas Müller2016-04-201-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | preserve information if it is a rename operation or not
| * | | | | | | | preserve information if it is a rename operation or notBjörn Schießle2016-04-201-3/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #23760 from owncloud/fix-setup-mysqlThomas Müller2016-04-201-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix conditional check in MySQL setup