Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Personal calendar should be generated even if the birthday calendar already e... | Thomas Müller | 2016-04-21 | 2 | -1/+83 |
* | 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 | Lukas Reschke | 2016-04-20 | 1 | -7/+15 |
* | | Merge pull request #22791 from owncloud/enc_master_key_improvements | Vincent Petry | 2016-04-21 | 7 | -75/+118 |
|\ \ | |||||
| * | | replaceUserKeys() actually deletes the users keys -> update method name and d... | Bjoern Schiessle | 2016-03-18 | 3 | -3/+5 |
| * | | 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 | 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 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | In case an app has issues while loading the app is disabled and request proce... | Thomas Müller | 2016-04-20 | 1 | -2/+10 |
| * | | | 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 - w... | Thomas Müller | 2016-04-20 | 2 | -4/+4 |
* | | | | Merge pull request #24132 from owncloud/fix-web-updater | Thomas Müller | 2016-04-20 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | 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 | Christoph Wurst | 2016-04-18 | 2 | -4/+12 |
* | | | | | Merge pull request #23951 from owncloud/cleanlocks-chunk | Thomas Müller | 2016-04-20 | 1 | -7/+18 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 | 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 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 the scanner detects a file is changed clear checksum | Roeland Jago Douma | 2016-04-19 | 2 | -0/+22 |
| |/ / / / / / / | |||||
* | | | | | | | | 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 for plugins that have ... | Joas Schilling | 2016-04-20 | 2 | -0/+4 |
* | | | | | | | | Merge pull request #24123 from owncloud/preview_psr4 | Thomas Müller | 2016-04-20 | 25 | -0/+0 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | 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 error page... | Thomas Müller | 2016-04-18 | 3 | -11/+14 |
* | | | | | | | | 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 | 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 | Robin McCorkell | 2016-04-20 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #24120 from owncloud/mail_psr4 | Thomas Müller | 2016-04-20 | 2 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Move \OC\Mail to PSR-4 | Roeland Jago Douma | 2016-04-20 | 2 | -0/+0 |
|/ / / / / / / / |