summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | hide passwords and secrets on defaultRobin Appelman2015-11-231-0/+18
| * | | | | | use common --output optionRobin Appelman2015-11-231-7/+11
| * | | | | | Add files_external:list command to list configured external storagesRobin Appelman2015-11-232-0/+227
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-24308-2400/+802
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #20684 from owncloud/more-timeThomas Müller2015-11-231-1/+3
|\ \ \ \ \ \
| * | | | | | webdav docker tests - wait at least 5 seconds after the full startupMorris Jobke2015-11-231-1/+3
| |/ / / / /
* | | | | | Merge pull request #20609 from owncloud/dav-donotauththroughajaxThomas Müller2015-11-232-2/+41
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Do not authenticate over ajaxVincent Petry2015-11-232-2/+41
* | | | | | Merge pull request #20222 from owncloud/federated_sharing_auto_completeThomas Müller2015-11-2323-0/+3077
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | unit testsBjörn Schießle2015-11-207-17/+549
| * | | | | fixing OCI and othersThomas Müller2015-11-195-20/+9
| * | | | | make sure that both server don't try to exchange the shared secret in parallelBjörn Schießle2015-11-193-32/+79
| * | | | | add option to auto add servers to the list of trusted servers once a federate...Björn Schießle2015-11-199-8/+67
| * | | | | add status to server listBjörn Schießle2015-11-194-5/+19
| * | | | | exchange shared secretBjörn Schießle2015-11-1912-119/+1052
| * | | | | added app "federation", allows you to connect ownClouds and exchange user listsBjörn Schießle2015-11-1917-0/+1503
* | | | | | Merge pull request #16902 from owncloud/jsocclientThomas Müller2015-11-2335-1600/+968
|\ \ \ \ \ \
| * | | | | | Update app version for Webdav impl of files GUIVincent Petry2015-11-221-1/+1
| * | | | | | Send download token as cookie to tell the UI that it startedVincent Petry2015-11-221-0/+27
| * | | | | | Fix issue when renaming creates a separate entryVincent Petry2015-11-221-8/+5
| * | | | | | Properly join path sectionsVincent Petry2015-11-225-11/+5
| * | | | | | Fix port issue - options.host already has the port attachedThomas Müller2015-11-221-4/+2
| * | | | | | Fix js file load orderThomas Müller2015-11-221-2/+2
| * | | | | | Parse share owner from Webdav to display in UIVincent Petry2015-11-221-1/+21
| * | | | | | Query tags/favorite through Webdav in file listVincent Petry2015-11-222-4/+60
| * | | | | | Make public link share page work with Webdav and add operationsVincent Petry2015-11-226-117/+35
| * | | | | | Make files app use Webdav for most operationsVincent Petry2015-11-2221-1469/+827
* | | | | | | Merge pull request #20558 from owncloud/remove-path-from-shared-withThomas Müller2015-11-231-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Unset `path` for shared with meLukas Reschke2015-11-171-0/+1
* | | | | | | | Merge pull request #20649 from owncloud/scrutinizer-patch-1Thomas Müller2015-11-2311-20/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-2011-20/+30
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-2310-16/+28
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-2212-6/+30
| |_|_|/ / / / |/| | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-218-6/+42
|/ / / / / /
* | | | | | dont die if the external storage backend doesn't existRobin Appelman2015-11-201-11/+20
* | | | | | Merge pull request #14077 from owncloud/autotest-external-swiftThomas Müller2015-11-209-33/+236
|\ \ \ \ \ \
| * | | | | | fix ip detection for swift-cephRobin Appelman2015-11-161-1/+1
| * | | | | | Skip Swift stat testRobin McCorkell2015-10-201-0/+4
| * | | | | | Don't attempt to run tests unless start file is successfulRobin McCorkell2015-10-201-0/+6
| * | | | | | Detect Docker initialization properlyRobin McCorkell2015-10-206-24/+96
| * | | | | | Make Swift test robust if container didn't existRobin McCorkell2015-10-201-9/+13
| * | | | | | Replace Swift Docker test with Ceph imageRobin McCorkell2015-10-202-22/+38
| * | | | | | [files_external] swift testsMorris Jobke2015-10-203-5/+106
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-208-10/+16
| |_|/ / / / |/| | | | |
* | | | | | 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
| | |_|_|_|/ | |/| | | |
* | | | | | 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 #20537 from owncloud/add-internal-locking-to-new-webdav-en...Thomas Müller2015-11-193-15/+10
|\ \ \ \ \