summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20636 from owncloud/savre-3.0Thomas Müller2015-11-2410-155/+192
|\
| * Adjust sabre changes in coreThomas Müller2015-11-2410-155/+192
* | Merge pull request #20692 from owncloud/federation_auto_add_serversThomas Müller2015-11-247-4/+171
|\ \
| * | Remove invalid use statementThomas Müller2015-11-241-1/+0
| * | always store server url without a trailing slashBjörn Schießle2015-11-242-3/+20
| * | use hooks to auto add server to the list of trusted servers once a federated ...Björn Schießle2015-11-245-0/+151
* | | Merge pull request #18294 from esakol/issue17173Thomas Müller2015-11-241-39/+67
|\ \ \
| * | | Fix RHDS ldap paged search, Issue #17173Mario Kolling2015-11-091-39/+67
* | | | Merge pull request #20595 from owncloud/fix-double-slashesThomas Müller2015-11-241-1/+5
|\ \ \ \
| * | | | Avoid double slashes in URL when trying to add an remote shareblizzz2015-11-181-1/+5
* | | | | Merge pull request #18999 from owncloud/ext-config-listadminThomas Müller2015-11-249-220/+377
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Defer initialisation of data until after complete constructionRobin McCorkell2015-11-222-22/+39
| * | | | Clear highlight on RSA public key generationRobin McCorkell2015-11-211-1/+1
| * | | | Only set value if it exists in the StorageConfigRobin McCorkell2015-11-211-2/+5
| * | | | Reset mountpoint input field when creating new mountRobin McCorkell2015-11-211-0/+1
| * | | | Fix JS unit testsRobin McCorkell2015-11-212-4/+6
| * | | | Fix external storage priority logicRobin McCorkell2015-11-211-1/+1
| * | | | Load applicable users/groups correctlyRobin McCorkell2015-11-211-0/+13
| * | | | Display applicable global storages in personal mount listRobin McCorkell2015-11-216-57/+187
| * | | | Render external storages list in JSRobin McCorkell2015-11-213-149/+140
* | | | | Merge pull request #20574 from owncloud/files_external_list_commandRobin Appelman2015-11-242-0/+265
|\ \ \ \ \
| * | | | | language fixesRobin Appelman2015-11-231-2/+2
| * | | | | truncate long values on defaultRobin Appelman2015-11-231-1/+17
| * | | | | 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