aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Downstream 2016-06-08"blizzz2016-06-0957-743/+171
|
* Merge pull request #30 from nextcloud/fix-screenshot-readmeJan-Christoph Borchardt2016-06-091-1/+1
|\ | | | | Fix Screenshot link in README.md
| * Fix Screenshot link in README.mdMarius2016-06-091-1/+1
|/
* Merge pull request #29 from nextcloud/new-screenshot-readmeMarius2016-06-091-1/+1
|\ | | | | Change screenshot in README.md
| * Change screenshot in README.mdMarius2016-06-081-1/+1
| |
* | Merge pull request #25 from nextcloud/downstream-160608Morris Jobke2016-06-0957-171/+743
|\ \ | |/ |/| Downstream 2016-06-08
| * ownCloud 9.1.0 beta 2Daniel Molkentin2016-06-091-2/+2
| |
| * Adjust test to work with phpunit < 5.2Joas Schilling2016-06-091-1/+1
| |
| * Bring back sharedstorage hooksRoeland Jago Douma2016-06-091-0/+18
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-098-0/+110
| |
| * Allow to cancel 2FA after loginJoas Schilling2016-06-096-5/+38
| |
| * make sure $data['mtime'] is always a timestampRobin Appelman2016-06-091-0/+3
| |
| * Fix GDrive upload file which name might match the one of a folderVincent Petry2016-06-092-1/+24
| | | | | | | | | | | | | | | | | | | | Whenever a file is uploaded to GDrive, there is a check for that file with and without extension, due to Google Docs files having no extension. This logic now only kicks in whenever the detected extensionless file is really a Google Doc file, not a folder. This makes it possible again to upload a file "test.txt" in a folder that also has a folder called "test"
| * don't update storage mtime if we can't get the modified dateRobin Appelman2016-06-091-1/+4
| |
| * Better handling of forbidden files in davRobin Appelman2016-06-092-0/+4
| |
| * Ignore forbidden files while scanningRobin Appelman2016-06-091-1/+6
| |
| * dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-093-2/+63
| |
| * Improve the UX for "not found" perma linksJoas Schilling2016-06-094-34/+44
| |
| * decrease initial users to load to 50Jörn Friedrich Dreyer2016-06-091-1/+1
| | | | | | | | Prevents timeouts on the initial loading of users. proper fix will be in https://github.com/owncloud/core/pull/10994 Workaround for https://github.com/owncloud/core/issues/24734
| * Fixed reviewsSergio Bertolín2016-06-091-2/+2
| |
| * Allow to decrypt user '0' files onlyJoas Schilling2016-06-093-15/+27
| |
| * do not generate device token if 2FA is enable for userChristoph Wurst2016-06-094-19/+61
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-094-36/+36
| |
| * handle path not being set in shared cache (#24993)Robin Appelman2016-06-091-1/+1
| |
| * Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-093-27/+46
| |
| * Comments fixeddavitol2016-06-091-3/+2
| |
| * Fix Decrypt message via occdavitol2016-06-091-1/+11
| |
| * Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-095-5/+30
| |
| * add test for deleting ghost files over davRobin Appelman2016-06-091-0/+59
| |
| * Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-091-3/+3
| |
| * return success when deleting ghost filesRobin Appelman2016-06-091-1/+3
| |
| * allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-092-16/+78
| |
| * Get a range from several chunksSergio Bertolin2016-06-091-2/+2
| |
| * Added another case about overwriting folder using old chunkingSergio Bertolin2016-06-091-16/+12
| |
| * Added same test using old chunkingSergio Bertolin2016-06-091-1/+17
| |
| * userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcodedSergio Bertolin2016-06-091-5/+5
| |
| * add overwriting using chunking but failingSergio Bertolin2016-06-091-0/+19
| |
| * Added tests about overwriting files and folders as recipientSergio Bertolin2016-06-093-1/+42
|/
* Merge pull request #28 from nextcloud/design-nextcloudMarius2016-06-0849-64/+67
|\ | | | | Adjust the design to Nextcloud
| * THIS IS NEXTCLOUD! adjusting the designJan-Christoph Borchardt2016-06-0849-64/+67
|/
* Merge pull request #24 from nextcloud/downstream_smb-renameLukas Reschke2016-06-081-0/+20
|\ | | | | implement specific rename handling for SMB
| * implement specific rename handling for SMBArthur Schiwon2016-06-081-0/+20
|/
* Merge pull request #20 from nextcloud/fix-3rdparty-noticeblizzz2016-06-081-1/+3
|\ | | | | Print error message again, when 3rdparty submodule is not initialized
| * Print error message again, when 3rdparty submodule is not initializedArthur Schiwon2016-06-081-1/+3
|/ | | | | - old code used Response which attempted to use OC::$server which is not and cannot be intialised at this part of the code.
* Merge pull request #17 from nextcloud/ciLukas Reschke2016-06-074-0/+16
|\ | | | | Add drone.io support
| * skip failing testsMorris Jobke2016-06-073-0/+5
| |
| * Add drone.io supportMorris Jobke2016-06-071-0/+11
| |
* | Merge pull request #13 from nextcloud/issue-template-nextcloudMorris Jobke2016-06-071-13/+13
|\ \ | | | | | | Replace ownCloud with Nextcloud in the issue template / Fixes #12
| * | Replace ownCloud with Nextcloud in the issue template / Fixes #12Marius2016-06-061-13/+13
| | | | | | | | | Fixes #12
* | | Merge pull request #11 from nextcloud/license-script-updateLukas Reschke2016-06-071-9/+57
|\ \ \ | |_|/ |/| | update license script: no more CLA and switch to AGPLv3 or later