summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup imports and type hintingThomas Müller2015-11-302-11/+18
* Add phpunit group for testsJoas Schilling2015-11-302-0/+12
* Do not count the entries when we only need to know if it is at least oneJoas Schilling2015-11-301-5/+14
* Fix use statementsJoas Schilling2015-11-303-21/+25
* Add backticks inside function to escape the columnJoas Schilling2015-11-301-1/+1
* Added system tags data structure and PHP side managersVincent Petry2015-11-2711-5/+1478
* Merge pull request #20624 from owncloud/clean_3rparty_testsThomas Müller2015-11-201-0/+0
|\
| * Bump 3rdparty. No longer ship tests dirsRoeland Jago Douma2015-11-201-0/+0
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-20122-134/+26
* Merge pull request #20034 from owncloud/icewind_streams_0.3.0Thomas Müller2015-11-192-0/+9
|\
| * Follow the interface againRoeland Jago Douma2015-11-191-0/+9
| * Bump 3rdparty for icewind/streams-0.3.0Roeland Jago Douma2015-11-191-0/+0
* | Merge pull request #20615 from owncloud/systemtag-fix-method-nameThomas Müller2015-11-191-1/+1
|\ \
| * | Adjust the method name to reflect it's behaviourJoas Schilling2015-11-191-1/+1
* | | Merge pull request #20611 from owncloud/files-newmenuremovetextfileThomas Müller2015-11-192-34/+59
|\ \ \
| * | | Remove "Text file" entry in the "+" menuVincent Petry2015-11-192-34/+59
| | |/ | |/|
* | | Merge pull request #20355 from owncloud/add-carddav-sharingThomas Müller2015-11-1912-7/+652
|\ \ \
| * | | Adding an existing sharee is idempotentThomas Müller2015-11-192-10/+30
| * | | Implement CSRF protectionThomas Müller2015-11-193-1/+26
| * | | Addressbook sharing added based on a simplified approach which is based on ca...Thomas Müller2015-11-1910-5/+605
| |/ /
* | | Merge pull request #20603 from owncloud/joblist--more-robustThomas Müller2015-11-191-12/+24
|\ \ \ | |_|/ |/| |
| * | Make the JobList test more robust by sorting the result of getAll before comp...Joas Schilling2015-11-191-12/+24
* | | Merge pull request #20563 from owncloud/systemtags-interfaceThomas Müller2015-11-195-0/+352
|\ \ \ | |_|/ |/| |
| * | Core interfaces for system tags and its managerVincent Petry2015-11-195-0/+352
* | | Merge pull request #20570 from owncloud/integration-fix-docsThomas Müller2015-11-191-34/+42
|\ \ \
| * | | Delete when it is a directory...Joas Schilling2015-11-181-1/+1
| * | | Fix doc blocksJoas Schilling2015-11-181-34/+42
| | |/ | |/|
* | | Merge pull request #20537 from owncloud/add-internal-locking-to-new-webdav-en...Thomas Müller2015-11-193-15/+10
|\ \ \
| * | | Add internal locking plugin - fixes #20502Thomas Müller2015-11-163-15/+10
* | | | Merge pull request #20533 from owncloud/log-levelThomas Müller2015-11-191-9/+10
|\ \ \ \
| * | | | clarify log level setting design, fix #20514Jan-Christoph Borchardt2015-11-181-9/+10
| | |/ / | |/| |
* | | | Merge pull request #20594 from owncloud/use-proper-variableThomas Müller2015-11-191-1/+1
|\ \ \ \
| * | | | Use proper variableLukas Reschke2015-11-181-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-1910-4/+34
|/ / / /
* | | | Merge pull request #20584 from owncloud/fileinfo-owner-external-shareRobin Appelman2015-11-182-6/+26
|\ \ \ \
| * | | | Handle non existing users as owner in the viewRobin Appelman2015-11-181-5/+20
| * | | | Implement getOwner for external share storageRobin Appelman2015-11-181-1/+6
* | | | | Merge pull request #20585 from owncloud/fix-htaccess-davThomas Müller2015-11-181-2/+2
|\ \ \ \ \
| * | | | | Update .well-known redirects to the new dav endpointThomas Müller2015-11-181-2/+2
|/ / / / /
* | | | | Revert "Update .well-known redirects to the new dav endpoint"Thomas Müller2015-11-181-2/+2
* | | | | Update .well-known redirects to the new dav endpointThomas Müller2015-11-181-2/+2
* | | | | Merge pull request #20371 from owncloud/add-caldav-2Thomas Müller2015-11-188-7/+1988
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use uri as displaynameThomas Müller2015-11-162-20/+13
| * | | | components was not written to the databaseThomas Müller2015-11-162-0/+5
| * | | | Add occ command to create a new calendarThomas Müller2015-11-162-0/+54
| * | | | Add scheduling backendThomas Müller2015-11-162-4/+68
| * | | | Fix OracleThomas Müller2015-11-161-1/+1
| * | | | Introducing CalDAV into coreThomas Müller2015-11-166-7/+1872
* | | | | Merge pull request #20567 from owncloud/dav-internalfileidpropThomas Müller2015-11-183-3/+22
|\ \ \ \ \
| * | | | | Add internal fileid to webdav responseVincent Petry2015-11-183-3/+22
| | |/ / / | |/| | |