summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-282-2/+70
|
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-2761-1046/+550
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-2661-1046/+550
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-272-0/+2
| |
* | Merge pull request #14532 from owncloud/defaultvalueforremoteidVincent Petry2015-02-262-1/+2
|\ \ | | | | | | Add default value for remote_id
| * | Bump up files_sharing version for schema updateVincent Petry2015-02-261-1/+1
| | |
| * | Add default value for remote_idVincent Petry2015-02-261-0/+1
| |/ | | | | | | Fixes SQLite migration with non-null column.
* | Merge pull request #14473 from owncloud/remove-uneeded-assignmentMorris Jobke2015-02-261-2/+0
|\ \ | |/ |/| Remove uneeded assignment
| * Remove uneeded assignmentLukas Reschke2015-02-241-2/+0
| | | | | | | | 'files' is neither used in the controller or the template
* | Merge pull request #14502 from owncloud/failing-mysql-master-testsThomas Müller2015-02-262-2/+8
|\ \ | | | | | | Failing mysql master tests
| * | Reset the group backend aswellJoas Schilling2015-02-251-1/+7
| | |
| * | Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-251-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-262-0/+2
| | |
* | | Show 404 page when accessing empty share URLLukas Reschke2015-02-251-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Testplan: - [ ] Without: Accessing `public.php?service=files&t=` throws an exception - [ ] With: No exception thrown and 404 page displayed. Fixes https://github.com/owncloud/core/issues/14231
* | | Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell2015-02-251-1/+1
|\ \ \ | |/ / |/| | Use getRemoteAddress which supports reverse proxies
| * | Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-1/+1
| |/ | | | | | | | | | | Breaking change for 8.1 wiki (Security > Administrators): The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.
* | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-251-12/+10
|\ \ | | | | | | Sabre Update to 2.1
| * | Remove locks plugin.Thomas Müller2015-02-251-2/+0
| | | | | | | | | | | | | | | | | | | | | Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
| * | Sabre Update to 2.1Vincent Petry2015-02-231-11/+11
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity
* / [tx-robot] updated from transifexJenkins for ownCloud2015-02-252-0/+2
|/
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-2/+2
|\ | | | | Better caching for enabled apps
| * Dont fatal error test when encryption is enabledRobin Appelman2015-02-171-2/+2
| |
* | Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-2361-550/+1046
|\ \ | | | | | | Update license headers
| * | Updating license headersJenkins for ownCloud2015-02-2361-550/+1046
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-232-10/+110
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-224-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-212-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-20122-14/+750
| |
* | Merge pull request #14210 from owncloud/activity/225-sharing-extension-jenkinsVincent Petry2015-02-183-75/+156
|\ \ | | | | | | Activity/225 sharing extension
| * | Use filterNotificationTypes to filter the types and group the methodsJoas Schilling2015-02-131-43/+37
| | |
| * | Copy sharing related activity code to Files_Sharing activity extensionJoas Schilling2015-02-133-49/+136
| | |
* | | Correctly create activities for public downloadsJoas Schilling2015-02-171-13/+35
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-154-4/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-142-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-122-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-102-4/+6
| |
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-103-6/+6
|\ \ | |/ |/| Cleanup of PHPDoc return types
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-163-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-094-4/+92
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-084-4/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-072-0/+28
| |
* | Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-073-280/+0
| |
* | Merge pull request #13692 from rullzer/capabilitiesFrank Karlitschek2015-02-063-0/+280
|\ \ | | | | | | Add OCS sharing info to capabilities
| * | Updated unit testsRoeland Jago Douma2015-02-061-43/+123
| | |
| * | Bit better formatting when using json outputRoeland Jago Douma2015-02-061-2/+4
| | |
| * | Updated sharing capabilitiesRoeland Jago Douma2015-02-061-9/+15
| | | | | | | | | | | | | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style
| * | Split up unit testsRoeland Jago Douma2015-02-041-16/+24
| | |
| * | Added unit test to test getCapabilities for files_sharingRoeland Jago Douma2015-02-041-0/+113
| | |
| * | Converted getCapabilities to non static functionRoeland Jago Douma2015-02-041-7/+24
| | |
| * | Use single quotesRoeland Jago Douma2015-02-041-7/+7
| | |