Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Downstream 2016-06-08" | blizzz | 2016-06-09 | 57 | -743/+171 |
| | |||||
* | Merge pull request #30 from nextcloud/fix-screenshot-readme | Jan-Christoph Borchardt | 2016-06-09 | 1 | -1/+1 |
|\ | | | | | Fix Screenshot link in README.md | ||||
| * | Fix Screenshot link in README.md | Marius | 2016-06-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #29 from nextcloud/new-screenshot-readme | Marius | 2016-06-09 | 1 | -1/+1 |
|\ | | | | | Change screenshot in README.md | ||||
| * | Change screenshot in README.md | Marius | 2016-06-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #25 from nextcloud/downstream-160608 | Morris Jobke | 2016-06-09 | 57 | -171/+743 |
|\ \ | |/ |/| | Downstream 2016-06-08 | ||||
| * | ownCloud 9.1.0 beta 2 | Daniel Molkentin | 2016-06-09 | 1 | -2/+2 |
| | | |||||
| * | Adjust test to work with phpunit < 5.2 | Joas Schilling | 2016-06-09 | 1 | -1/+1 |
| | | |||||
| * | Bring back sharedstorage hooks | Roeland Jago Douma | 2016-06-09 | 1 | -0/+18 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-09 | 8 | -0/+110 |
| | | |||||
| * | Allow to cancel 2FA after login | Joas Schilling | 2016-06-09 | 6 | -5/+38 |
| | | |||||
| * | make sure $data['mtime'] is always a timestamp | Robin Appelman | 2016-06-09 | 1 | -0/+3 |
| | | |||||
| * | Fix GDrive upload file which name might match the one of a folder | Vincent Petry | 2016-06-09 | 2 | -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 date | Robin Appelman | 2016-06-09 | 1 | -1/+4 |
| | | |||||
| * | Better handling of forbidden files in dav | Robin Appelman | 2016-06-09 | 2 | -0/+4 |
| | | |||||
| * | Ignore forbidden files while scanning | Robin Appelman | 2016-06-09 | 1 | -1/+6 |
| | | |||||
| * | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-09 | 3 | -2/+63 |
| | | |||||
| * | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-09 | 4 | -34/+44 |
| | | |||||
| * | decrease initial users to load to 50 | Jörn Friedrich Dreyer | 2016-06-09 | 1 | -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 reviews | Sergio Bertolín | 2016-06-09 | 1 | -2/+2 |
| | | |||||
| * | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-09 | 3 | -15/+27 |
| | | |||||
| * | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-09 | 4 | -19/+61 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-09 | 4 | -36/+36 |
| | | |||||
| * | handle path not being set in shared cache (#24993) | Robin Appelman | 2016-06-09 | 1 | -1/+1 |
| | | |||||
| * | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971) | Thomas Müller | 2016-06-09 | 3 | -27/+46 |
| | | |||||
| * | Comments fixed | davitol | 2016-06-09 | 1 | -3/+2 |
| | | |||||
| * | Fix Decrypt message via occ | davitol | 2016-06-09 | 1 | -1/+11 |
| | | |||||
| * | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-09 | 5 | -5/+30 |
| | | |||||
| * | add test for deleting ghost files over dav | Robin Appelman | 2016-06-09 | 1 | -0/+59 |
| | | |||||
| * | Fix warnings when trying to get mtime of non existing files | Robin Appelman | 2016-06-09 | 1 | -3/+3 |
| | | |||||
| * | return success when deleting ghost files | Robin Appelman | 2016-06-09 | 1 | -1/+3 |
| | | |||||
| * | allow deleting "ghost files" trough the View and Node api | Robin Appelman | 2016-06-09 | 2 | -16/+78 |
| | | |||||
| * | Get a range from several chunks | Sergio Bertolin | 2016-06-09 | 1 | -2/+2 |
| | | |||||
| * | Added another case about overwriting folder using old chunking | Sergio Bertolin | 2016-06-09 | 1 | -16/+12 |
| | | |||||
| * | Added same test using old chunking | Sergio Bertolin | 2016-06-09 | 1 | -1/+17 |
| | | |||||
| * | userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcoded | Sergio Bertolin | 2016-06-09 | 1 | -5/+5 |
| | | |||||
| * | add overwriting using chunking but failing | Sergio Bertolin | 2016-06-09 | 1 | -0/+19 |
| | | |||||
| * | Added tests about overwriting files and folders as recipient | Sergio Bertolin | 2016-06-09 | 3 | -1/+42 |
|/ | |||||
* | Merge pull request #28 from nextcloud/design-nextcloud | Marius | 2016-06-08 | 49 | -64/+67 |
|\ | | | | | Adjust the design to Nextcloud | ||||
| * | THIS IS NEXTCLOUD! adjusting the design | Jan-Christoph Borchardt | 2016-06-08 | 49 | -64/+67 |
|/ | |||||
* | Merge pull request #24 from nextcloud/downstream_smb-rename | Lukas Reschke | 2016-06-08 | 1 | -0/+20 |
|\ | | | | | implement specific rename handling for SMB | ||||
| * | implement specific rename handling for SMB | Arthur Schiwon | 2016-06-08 | 1 | -0/+20 |
|/ | |||||
* | Merge pull request #20 from nextcloud/fix-3rdparty-notice | blizzz | 2016-06-08 | 1 | -1/+3 |
|\ | | | | | Print error message again, when 3rdparty submodule is not initialized | ||||
| * | Print error message again, when 3rdparty submodule is not initialized | Arthur Schiwon | 2016-06-08 | 1 | -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/ci | Lukas Reschke | 2016-06-07 | 4 | -0/+16 |
|\ | | | | | Add drone.io support | ||||
| * | skip failing tests | Morris Jobke | 2016-06-07 | 3 | -0/+5 |
| | | |||||
| * | Add drone.io support | Morris Jobke | 2016-06-07 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #13 from nextcloud/issue-template-nextcloud | Morris Jobke | 2016-06-07 | 1 | -13/+13 |
|\ \ | | | | | | | Replace ownCloud with Nextcloud in the issue template / Fixes #12 | ||||
| * | | Replace ownCloud with Nextcloud in the issue template / Fixes #12 | Marius | 2016-06-06 | 1 | -13/+13 |
| | | | | | | | | | Fixes #12 | ||||
* | | | Merge pull request #11 from nextcloud/license-script-update | Lukas Reschke | 2016-06-07 | 1 | -9/+57 |
|\ \ \ | |_|/ |/| | | update license script: no more CLA and switch to AGPLv3 or later |