summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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 startup
| * 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 ajax Webdav
| * Do not authenticate over ajaxVincent Petry2015-11-232-2/+41
| | | | | | | | | | | | | | This makes sure that whenever a Webdav call is done through Ajax, if the session has expired, it will not send back a challenge but a simple 401 response. Without this fix, the default code would send back a challenge and trigger the browser's basic auth dialog.
* | Merge pull request #20222 from owncloud/federated_sharing_auto_completeThomas Müller2015-11-2323-0/+3077
|\ \ | |/ |/| federated sharing auto-complete, first step
| * 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 ↵Björn Schießle2015-11-199-8/+67
| | | | | | | | federated share was created and accepted successfully
| * 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
|\ \ | | | | | | Web UI uses Webdav instead of ajax/* calls
| * | Update app version for Webdav impl of files GUIVincent Petry2015-11-221-1/+1
| | | | | | | | | | | | | | | | | | This will make sure the cached JS gets properly updated. Also, since this is a bigger change it also qualifies for a version increase :-)
| * | Send download token as cookie to tell the UI that it startedVincent Petry2015-11-221-0/+27
| | | | | | | | | | | | | | | | | | This used to be done in the ajax download code. Now that single file downloads are going through Webdav, the token handling needs to be done here too.
| * | Fix issue when renaming creates a separate entryVincent Petry2015-11-221-8/+5
| | |
| * | Properly join path sectionsVincent Petry2015-11-225-11/+5
| | | | | | | | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases.
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint.
| * | 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 me
| * | | Unset `path` for shared with meLukas Reschke2015-11-171-0/+1
| | | | | | | | | | | | | | | | The original path is not required for a share recipient.
* | | | Merge pull request #20649 from owncloud/scrutinizer-patch-1Thomas Müller2015-11-2311-20/+30
|\ \ \ \ | | | | | | | | | | Scrutinizer Auto-Fixes
| * | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-2011-20/+30
| | | | | | | | | | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | | | | [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
|\ \ \ | | | | | | | | [files_external] swift tests
| * | | 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
| | | | | | | | | | | | | | | | | | | | Use netcat to check when the port opens, rather than an arbitrary timeout. Hard limit of 60 seconds in case something breaks
| * | | 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 "+" menu
| * | | Remove "Text file" entry in the "+" menuVincent Petry2015-11-192-34/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The text editor app will register this instead. Also made "fileList" a non-private attribute to make it possible for plugins to access the attached file list object.
* | | | 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 ↵Thomas Müller2015-11-1910-5/+605
|/ / / | | | | | | | | | calendar sharing standard
* | | Merge pull request #20537 from ↵Thomas Müller2015-11-193-15/+10
|\ \ \ | | | | | | | | | | | | | | | | owncloud/add-internal-locking-to-new-webdav-endpoint Add internal locking plugin
| * | | Add internal locking plugin - fixes #20502Thomas Müller2015-11-163-15/+10
| | | |
* | | | Merge pull request #20594 from owncloud/use-proper-variableThomas Müller2015-11-191-1/+1
|\ \ \ \ | | | | | | | | | | Use proper variable
| * | | | Use proper variableLukas Reschke2015-11-181-1/+1
| | | | | | | | | | | | | | | `$shares` is not defined. Introduced with https://github.com/owncloud/core/commit/c3e7d324c5e61eb087fb2ea5102d332f9f08db3d and thus also in stable8.2