| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Clean up AppFramework database layer
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
using Doctrine\DBAL\Connection::executeUpdate()
|
| | |
|
|\ \
| | |
| | | |
Show 404 page when accessing empty share URL
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Testplan:
- [ ] Without: Accessing `public.php?service=files&t=` throws an exception
- [ ] With: No exception thrown and 404 page displayed.
Fixes https://github.com/owncloud/core/issues/14231
|
|\ \ \
| | | |
| | | | |
Return null when requesting tags for null user
|
| |/ /
| | |
| | |
| | |
| | | |
The TagManager->load() now returns null if the user is not authenticated
instead of failing with an error.
|
|\ \ \
| | | |
| | | | |
Remove unused and deprecated Code
|
| | |/
| |/|
| | |
| | | |
Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93
|
|\ \ \
| |_|/
|/| | |
Message clean-up
|
| | |
| | |
| | | |
A missing "n" was added in line 63.
|
| | |
| | |
| | |
| | |
| | |
| | | |
**Changes:**
* In line 103, the middle "c" of "owncloud" is capitalised to "ownCloud".
* A space is inserted between value and unit in lines 177 and 187 ("4 GB" instead of "4GB").
|
| | |
| | |
| | | |
Changed *"won't work"* to "will not work" (as proposed by @DeepDiver1975).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
*Changes:*
* "… is not yet properly setup" in line 24 is changed to " … is not yet set up properly" (better word order and space in the middle of "set up", as it is a participle of the verb "to set up").
* "internet" is corrected to "Internet" with a capitalized "I" in lines 54 and 59.
* Also in line 54: "3rd party" is changed to "third-party" to for a more coherent spelling across the different ownCloud components.
* "… apps don´t work" is corrected to "… apps won't work" (with a proper (and hopefully correctly escaped) (apostrophe)[http://en.wikipedia.org/wiki/Apostrophe#Typographic_form] instead of the (acute accent)[http://en.wikipedia.org/wiki/Acute_accent]).
* Still in line 54: The negation is corrected from "… might also not work" to "… might not work, either".
|
|\ \ \
| | | |
| | | | |
Cleanup garbage collection for global file cache
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
Use getRemoteAddress which supports reverse proxies
|
| | |
| | |
| | |
| | |
| | |
| | | |
Breaking change for 8.1 wiki (Security > Administrators):
The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.
|
|\ \ \
| | | |
| | | | |
Add some PHPDocs
|
| | | |
| | | |
| | | |
| | | | |
My IDE was crying...
|
|\ \ \ \
| | | | |
| | | | | |
Add support for sftp custom port
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Get the real protocol behind several proxies
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
X-Forwarded-Proto contains a list of protocols if ownCloud is behind multiple reverse proxies.
This is a revival of https://github.com/owncloud/core/pull/11157 using the new IRequest public API.
|
|\ \ \ \
| | | | |
| | | | | |
Fix bugs in ownCloud external storage
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Better config cleanup in autotest.sh
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Configs correctly cleaned, even if phpunit fails or autotest interrupted
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Sabre Update to 2.1
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Reasoning:
- a WebDAV server is not required to implement locking support
- WebDAV Locking is know to break the sync algorithm
- the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The encryption webdav tests are too broad and do not qualify as unit
test. Also, since the sabre upgrade they are not fixable.
The matching functionality is already tested in other classes on a
smaller scale.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- VObject fixes for Sabre\VObject 3.3
- Remove VObject property workarounds
- Added prefetching for tags in sabre tags plugin
- Moved oc_properties logic to separate PropertyStorage backend (WIP)
- Fixed Sabre connector namespaces
- Improved files plugin to handle props on-demand
- Moved allowed props from server class to files plugin
- Fixed tags caching for files that are known to have no tags
(less queries)
- Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin
- Replace OC\Connector\Sabre\Request with direct call to
httpRequest->setUrl()
- Fix exception detection in DAV client when using Sabre\DAV\Client
- Added setETag() on Node instead of using the static FileSystem
- Also preload tags/props when depth is infinity
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
AW-UC/naturalsort_defaultcollator-patch-file-sorting
Update naturalsort_defaultcollator.php. Fixes #13982
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This extends Test_NaturalSort to include a basic test for
\OC\NaturalSort_DefaultCollator()
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Adding the possibility for instantiating \OC\NaturalSort with an
injected collator. This makes the use of a specific collator enforcable.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This makes OC's naturalsort_defaultcollator case-insensitive
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Always load authentication apps
|
| | |_|_|/ / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared.
In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7)
Backport to 8 might be something to consider.
Fixes https://github.com/owncloud/core/issues/14469
|
|/ / / / / / / |
|