summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Install cron job on install and updateThomas Müller2016-01-193-4/+52
|
* Add daily cron job to sync system address bookThomas Müller2016-01-184-2/+51
|
* Merge pull request #21755 from owncloud/share2_hardening_creationThomas Müller2016-01-182-13/+84
|\ | | | | [Share 2.0] Additional checks for share object creation
| * [Share 2.0] Share Object creation is a fragile thingRoeland Jago Douma2016-01-182-13/+84
| | | | | | | | | | | | | | * We can't assume that the file still exists * We can't assume that the user/group still exists Basically we do not always nicely cleanup shares.
* | Merge pull request #21700 from owncloud/update-system-addressbook-on-user-changeThomas Müller2016-01-187-78/+248
|\ \ | |/ |/| Updating system addressbook as soon as a user is added or removed
| * Fix ctorThomas Müller2016-01-141-1/+4
| |
| * Unit tests for updateUser and deleteUserThomas Müller2016-01-141-1/+35
| |
| * Add test for ensureSystemAddressBookExistsThomas Müller2016-01-141-0/+11
| |
| * Start updating system addressbookThomas Müller2016-01-146-77/+199
| |
* | Merge pull request #21765 from owncloud/3rdparty_composer_consitencyThomas Müller2016-01-181-0/+0
|\ \ | | | | | | [3rdparty] Composer consistency again
| * | [3rdparty] Composer consistency againRoeland Jago Douma2016-01-181-0/+0
| | |
* | | Merge pull request #21770 from owncloud/files_external-exportThomas Müller2016-01-183-20/+86
|\ \ \ | | | | | | | | Add files_external:export command
| * | | Add files_external:export commandRobin Appelman2016-01-183-20/+86
| |/ /
* | | Merge pull request #21757 from owncloud/files-external-applicable-db-fixThomas Müller2016-01-182-2/+20
|\ \ \ | | | | | | | | Correctly remove global applicable
| * | | Correctly remove global applicableRobin McCorkell2016-01-152-2/+20
| | | |
* | | | Merge pull request #21754 from owncloud/ocs_share_api_add_share_ownerThomas Müller2016-01-182-11/+21
|\ \ \ \ | | | | | | | | | | [Share 2.0] Add share owner information to OCS Share API
| * | | | [Share 2.0] Add share owner information to OCS Share APIRoeland Jago Douma2016-01-152-11/+21
| |/ / /
* | | | Merge pull request #21519 from owncloud/propagate-folder-sizeThomas Müller2016-01-187-11/+54
|\ \ \ \ | |_|/ / |/| | | propagate folder size in the same query for write updates
| * | | handle noopscanner in shared scannerRobin Appelman2016-01-152-2/+29
| | | |
| * | | propagate folder size in the same query for write updatesRobin Appelman2016-01-155-9/+25
| |/ /
* | | Merge pull request #21732 from owncloud/gdrive-stream-downloadThomas Müller2016-01-181-6/+16
|\ \ \ | | | | | | | | Use Guzzle stream to download files from GDrive
| * | | Use Guzzle stream to download files from GDriveVincent Petry2016-01-141-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API library does not support streaming and always reads the full file into memory. This workaround copies the signed headers to a Guzzle request and returns the response as stream.
* | | | Merge pull request #21769 from owncloud/sort-mimetype-list-before-savingRoeland Douma2016-01-182-13/+15
|\ \ \ \ | | | | | | | | | | Sort mimetype list before saving
| * | | | Run the command once againJoas Schilling2016-01-181-13/+13
| | | | |
| * | | | Sort the list before savingJoas Schilling2016-01-181-0/+2
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-184-0/+44
| | | |
* | | | Merge pull request #21759 from owncloud/symfony-console-2.8.1Thomas Müller2016-01-171-0/+0
|\ \ \ \ | | | | | | | | | | [3rdparty] Bump symfony/console to 2.8.1
| * | | | [3rdparty] Bump symfony/console to 2.8.1Roeland Jago Douma2016-01-171-0/+0
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-1720-6/+260
| | | |
* | | | Merge pull request #20882 from owncloud/backbone-webdavRoeland Douma2016-01-165-0/+736
|\ \ \ \ | | | | | | | | | | Backbone transport for Webdav
| * | | | Backbone transport for WebdavVincent Petry2016-01-165-0/+736
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-164-0/+36
| | | |
* | | | Merge pull request #21753 from owncloud/add-question-about-code-signing-statusThomas Müller2016-01-151-0/+8
|\ \ \ \ | | | | | | | | | | Add question about code signing status
| * | | | Add question about code signing statusLukas Reschke2016-01-151-0/+8
| | |/ / | |/| | | | | | | | | | | | | | Let's ask the users to paste the signing status of their ownCloud instance. I went this way instead of simply asking "Has your instance passed code signing?" as a lot of users would probably simply answer "Yes" here. If they paste the results of http://example.org/index.php/settings/integrity/failed the expected output is "No errors have been found.". Everything else indicates they tampered with their installation.
* | | | Merge pull request #21739 from owncloud/issue_21110Thomas Müller2016-01-151-25/+1
|\ \ \ \ | | | | | | | | | | Fix bug issue 21110
| * | | | Change icon only on WND and Sharepoint external storagesJesús Macias2016-01-151-25/+1
| | | | |
| * | | | Fis bug issue 21110Jesús Macias2016-01-151-1/+1
| | | | |
* | | | | Merge pull request #21705 from owncloud/improve-background-job-messageThomas Müller2016-01-154-6/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Improve background job error message
| * | | | Add message key to context of logExceptionThomas Müller2016-01-154-6/+15
| | | | |
| * | | | use logException() to properly log the exceptionMorris Jobke2016-01-142-4/+9
| | | | |
| * | | | Improved error message for failing background jobMorris Jobke2016-01-142-2/+2
| | | | |
* | | | | Merge pull request #21730 from owncloud/fix-install-of-shipped-appsThomas Müller2016-01-151-9/+22
|\ \ \ \ \ | | | | | | | | | | | | Fix installation of shipped apps
| * | | | | Fixing CodeChecker usage :see_no_evil:Thomas Müller2016-01-141-1/+4
| | | | | |
| * | | | | - isolate include calls in installer.php which prevents local variables to ↵Thomas Müller2016-01-141-8/+18
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | be overwritten - add the app to the autoloader before calling install.php
* | | | | Merge pull request #21702 from owncloud/fix_emit_scanFiles_IIThomas Müller2016-01-151-7/+25
|\ \ \ \ \ | | | | | | | | | | | | Fix: emit 'scanFiles' will only fire on files and not on folders (II)
| * | | | | Fix: emit 'scanFiles' will only fire on files and not on folders (II)Martin2016-01-131-7/+25
| | | | | |
* | | | | | Merge pull request #21370 from owncloud/system-certs-occThomas Müller2016-01-154-0/+226
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add occ commands to manager trusted certificates
| * | | | | | Add occ commands to manager trusted certificatesRobin Appelman2016-01-134-0/+226
| | | | | | |
* | | | | | | Merge pull request #20927 from owncloud/handle-return-code-on-webdav-putThomas Müller2016-01-151-1/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Handle return code of streamCopy in WebDAV put
| * | | | | | | Handle return code of streamCopy in WebDAV putMorris Jobke2016-01-111-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * throw a different exception if streamCopy failed