Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24111 from owncloud/chunk-users-in-background-jobs | Björn Schießle | 2016-04-21 | 3 | -56/+24 |
|\ | | | | | Chunk the users correctly in the trashbin and versions background job | ||||
| * | Chunk the users correctly in the trashbin and versions background job | Joas Schilling | 2016-04-20 | 3 | -56/+24 |
| | | |||||
* | | Merge pull request #24138 from owncloud/revert-22760-tooltip-cssfix | Thomas Müller | 2016-04-21 | 1 | -1/+0 |
|\ \ | | | | | | | Revert "add word wrap to tooltips. Fixes #22746" | ||||
| * | | Revert "add word wrap to tooltips. Fixes #22746" | Lukas Reschke | 2016-04-20 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #24135 from owncloud/also-write-htaccess-from-cli | Thomas Müller | 2016-04-21 | 1 | -7/+15 |
|\ \ \ | | | | | | | | | Write .htaccess also from CLI | ||||
| * | | | Write .htaccess also from CLI | Lukas Reschke | 2016-04-20 | 1 | -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_improvements | Vincent Petry | 2016-04-21 | 7 | -75/+118 |
|\ \ \ \ | | | | | | | | | | | Enc master key improvements | ||||
| * | | | | replaceUserKeys() actually deletes the users keys -> update method name and ↵ | Bjoern Schiessle | 2016-03-18 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | doc-block | ||||
| * | | | | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 7 | -72/+113 |
| | | | | | |||||
* | | | | | Merge pull request #24133 from owncloud/tagging_psr4 | Joas Schilling | 2016-04-21 | 2 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Move \OC\Tagging to PSR-4 | ||||
| * | | | | | Move \OC\Tagging to PSR-4 | Roeland Jago Douma | 2016-04-20 | 2 | -0/+0 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-21 | 278 | -520/+560 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge pull request #24127 from owncloud/handle-app-loading-error | Thomas Müller | 2016-04-20 | 9 | -18/+40 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Handle app loading error | ||||
| * | | | | In case an app has issues while loading the app is disabled and request ↵ | Thomas Müller | 2016-04-20 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | processing continues | ||||
| * | | | | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 6 | -12/+26 |
| | | | | | |||||
| * | | | | With PHP7 Throwable is the new base interface for all Exception and Error - ↵ | Thomas Müller | 2016-04-20 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | we should be capable to log Throwable as well | ||||
* | | | | | Merge pull request #24132 from owncloud/fix-web-updater | Thomas Müller | 2016-04-20 | 1 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix web updater | ||||
| * | | | | | Fix web updater - fixes #24115 | Thomas Müller | 2016-04-20 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #23990 from owncloud/heartbeat-debounce | Morris Jobke | 2016-04-20 | 2 | -4/+12 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Debounce heartbeat ajax calls to lower the number of requests | ||||
| * | | | | | Debounce heartbeat ajax calls to lower the number of requests | Christoph Wurst | 2016-04-18 | 2 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #22397 | ||||
* | | | | | | Merge pull request #23951 from owncloud/cleanlocks-chunk | Thomas Müller | 2016-04-20 | 1 | -7/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | chunk the cleaning up of shared locks | ||||
| * | | | | | | Let the querybuilder convert | Roeland Jago Douma | 2016-04-14 | 1 | -4/+2 |
| | | | | | | | |||||
| * | | | | | | chunk the cleaning up of shared locks | Robin Appelman | 2016-04-14 | 1 | -7/+20 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions | Thomas Müller | 2016-04-20 | 16 | -238/+30 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | migrate deprecated jQuery 1.x functions | ||||
| * | | | | | | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 7 | -15/+15 |
| | | | | | | | | |||||
| * | | | | | | | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 11 | -220/+8 |
| | | | | | | | | |||||
| * | | | | | | | migrate jQuery.fn.unload() | Christoph Wurst | 2016-04-19 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | remove deprecated jQuery.browser | Christoph Wurst | 2016-04-19 | 1 | -4/+8 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #24064 from owncloud/update-3rdparty | Thomas Müller | 2016-04-20 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update 3rdparty to remove unneeded files | ||||
| * | | | | | | | | Update 3rdparty to remove unneeded files | Morris Jobke | 2016-04-20 | 1 | -0/+0 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 37 | -1244/+1083 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | SharedStorage to new sharing code + cleanup | ||||
| * | | | | | | | | | Move moveFromCache to CacheJail | Roeland Jago Douma | 2016-04-19 | 2 | -4/+16 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Move copy- and moveFromStorage to jail | Roeland Jago Douma | 2016-04-19 | 2 | -20/+26 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 6 | -23/+116 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix resolve path | Roeland Jago Douma | 2016-04-19 | 3 | -15/+8 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix tests | Roeland Jago Douma | 2016-04-19 | 18 | -723/+738 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix related logic | Roeland Jago Douma | 2016-04-19 | 5 | -24/+48 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 8 | -456/+146 |
| | | | | | | | | | | |||||
| * | | | | | | | | | cache the scanner/updater/cache in the wrapper storage | Robin Appelman | 2016-04-19 | 2 | -12/+18 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #24098 from owncloud/fix_23782 | Thomas Müller | 2016-04-20 | 2 | -0/+22 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | When calling file_put_contents clear the checksum | ||||
| * | | | | | | | | | When the scanner detects a file is changed clear checksum | Roeland Jago Douma | 2016-04-19 | 2 | -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-settings | Thomas Müller | 2016-04-20 | 2 | -0/+4 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | Add loadAdditionalScripts events to admin and personal settings | ||||
| * | | | | | | | | Add loadAdditionalScripts events to admin and personal for plugins that have ↵ | Joas Schilling | 2016-04-20 | 2 | -0/+4 |
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | no section | ||||
* | | | | | | | | Merge pull request #24123 from owncloud/preview_psr4 | Thomas Müller | 2016-04-20 | 25 | -0/+0 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Move \OC\Preview to PSR-4 | ||||
| * | | | | | | | Move \OC\Preview to PSR-4 | Roeland Jago Douma | 2016-04-20 | 25 | -0/+0 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #24075 from owncloud/no-html-on-cli | Lukas Reschke | 2016-04-20 | 3 | -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üller | 2016-04-18 | 3 | -11/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page is expected to be displayed in the console | ||||
* | | | | | | | | Merge pull request #24116 from owncloud/fix_24095 | Thomas Müller | 2016-04-20 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | preserve information if it is a rename operation or not | ||||
| * | | | | | | | | preserve information if it is a rename operation or not | Björn Schießle | 2016-04-20 | 1 | -3/+4 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #23760 from owncloud/fix-setup-mysql | Thomas Müller | 2016-04-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix conditional check in MySQL setup |