Jenkins for ownCloud
5a9b892b2e
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
188b72a9f3
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
6614ea91c3
Fix some PHPDocs
Some classes included via `use` did not even exist anymore.
10 years ago
Jenkins for ownCloud
d305412a35
[tx-robot] updated from transifex
10 years ago
Scrutinizer Auto-Fixer
be4c3a8b56
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
10 years ago
Morris Jobke
7aa07bcf1c
Deduplicate queued trashbin expire jobs
* fixes #20425
* this removes the argument trashbin size from the expire job - it is now
calculated in the expire job
* the queue now detects properly that the job is already queue and doesn't
add it again
10 years ago
Robin Appelman
ae71f80f4a
Skip unavailable storages in scanner
10 years ago
Jenkins for ownCloud
39fb320bae
[tx-robot] updated from transifex
10 years ago
Vincent Petry
d02e0eaaf1
Only reject ajax auth if user is really logged out
10 years ago
Thomas Müller
cc8c38e8ba
Fix principal collection for CavDAVTester
10 years ago
Jenkins for ownCloud
dd18ea611b
[tx-robot] updated from transifex
10 years ago
Thomas Müller
b799e42b4e
Introduce \OCP\IUser::getEMailAddress()
10 years ago
Thomas Müller
c25a7cc4da
Users are available under it's own principal resource named 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation)
10 years ago
Thomas Müller
b02dea29e6
CardDavBackEnd requires principalBackend on ctor
10 years ago
Thomas Müller
06c85dd1eb
Output owncloud.log to the console
10 years ago
Thomas Müller
d28390a649
Adding sync support - including dav tests
10 years ago
Jan-Christoph Borchardt
38abdc1007
add icon for Federation app
10 years ago
Robin Appelman
10df0780ea
Dont output paths in scan.php
10 years ago
Robin Appelman
b025f07fb7
Make Cache\Updater per storage
10 years ago
Jenkins for ownCloud
6e60c0f0c4
[tx-robot] updated from transifex
10 years ago
Robin McCorkell
125b090627
Replace shitty netcat use with dedicated PHP script
10 years ago
Thomas Müller
9a8bdeb7fb
Remove invalid use statement
10 years ago
Thomas Müller
ae36c01b95
Adjust sabre changes in core
10 years ago
Robin Appelman
d316802fcf
Fix status icon styling for external storages
10 years ago
Björn Schießle
9546b21d7e
always store server url without a trailing slash
10 years ago
Björn Schießle
964fa1fce3
use hooks to auto add server to the list of trusted servers once a federated share was created
10 years ago
Roeland Jago Douma
8d309767d7
[Sharing 2.0] Use the rootfolder to get the path of a share
We need to use the rootfolder here since we also other people than the
shareOwner can request a share.
10 years ago
Roeland Jago Douma
85976b7293
[Sharing 2.0] Fix phpdoc etc
10 years ago
Roeland Jago Douma
ab02b5c36e
[Sharing 2.0] Move authentication to the OCS API
10 years ago
Roeland Jago Douma
a2b8483779
[Sharing 2.0] Default share provider only generic DI
No injection of userfolders etc. Only generic DI components
(IRootFolder) etc should be used to make sure we can also run this from
the cli
10 years ago
Roeland Jago Douma
aeae73b364
[Sharing 2.0] Removed unused DI stuff
The share manager etc should not care about filtering stuff. They should
return what is asked for them.
10 years ago
Jenkins for ownCloud
cb69e6c201
[tx-robot] updated from transifex
10 years ago
Morris Jobke
4608e7134c
webdav docker tests - wait at least 5 seconds after the full startup
10 years ago
Robin Appelman
74dfc604d1
language fixes
10 years ago
Robin Appelman
ff72eac927
truncate long values on default
10 years ago
Robin Appelman
0795f7d71b
hide passwords and secrets on default
10 years ago
Robin Appelman
909b31ea58
use common --output option
10 years ago
Robin Appelman
f5cdd27b22
Add files_external:list command to list configured external storages
10 years ago
Vincent Petry
055d58bfc3
Do not authenticate over ajax
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.
10 years ago
Jenkins for ownCloud
56e05a90af
[tx-robot] updated from transifex
10 years ago
Robin McCorkell
08839ce77d
Defer initialisation of data until after complete construction
10 years ago
Vincent Petry
418fefc93c
Update app version for Webdav impl of files GUI
This will make sure the cached JS gets properly updated.
Also, since this is a bigger change it also qualifies for a version
increase :-)
10 years ago
Vincent Petry
ce897f80e6
Send download token as cookie to tell the UI that it started
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.
10 years ago
Vincent Petry
d3383adb71
Fix issue when renaming creates a separate entry
10 years ago
Vincent Petry
ec3166742b
Properly join path sections
This prevents double slashes that can mess up path comparisons in some
cases.
10 years ago
Thomas Müller
ab1d786d87
Fix port issue - options.host already has the port attached
10 years ago
Thomas Müller
240ae46265
Fix js file load order
10 years ago
Vincent Petry
21da6271a8
Parse share owner from Webdav to display in UI
10 years ago
Vincent Petry
dc8ce87a26
Query tags/favorite through Webdav in file list
10 years ago
Vincent Petry
f20232d4bd
Make public link share page work with Webdav and add operations
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.
10 years ago