| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a file lock to the config in hope that this prevents race conditions as reported in https://github.com/owncloud/core/issues/11070
Testplan:
- [ ] Delete config.php and make it read-only => Error is thrown that it is not writeable
- [ ] Installation still works
- [ ] Changing config settings works (i.e. using the SMTP config switches in the administration menu)
- [ ] Your PC didn't blow up
- [ ] Installing the news app and the "Disable AppCode checker" app did not destroy your installation
Only skip the main config
Otherwise read only additional configs might not be processed
Test on tmpdir
|
|\
| |
| | |
[sharing] group shares
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix dav permissions for folders
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Don't complain about non-writable datadirs before we're installed
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
send browsers timezone back tp the server on login
|
| | | |
| | | |
| | | |
| | | | |
time zone
|
|\ \ \ \
| | | | |
| | | | | |
Fix icon classes, disappeared delete icon
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use only lower-case letters
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Fixes https://github.com/owncloud/core/issues/11239
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Do only follow HTTP and HTTPS redirects
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server)
Get final redirect manually using get_headers()
Migrate to HTTPHelper class and add unit tests
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fixing directory seperators
|
| | | | | | |
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
WebDAV now throws 403 when deletion did not work
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Assume a permission issue whenever a file could not be deleted.
This is because some storages are not able to return permissions, so a
permission denied situation can only be triggered during direct
deletion.
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Add a configuration switch for enabled preview mimetypes
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix oc stream seek
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
fix in displayNamesInGroup
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Resolves cache tests failing if the directory length is longer than 64
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Prevent updates between multiple major versions
|
| | | | |
| | | | |
| | | | |
| | | | | |
Ref https://github.com/owncloud/core/issues/11078
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Introduce cross-db ILIKE
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | | |
Resolves https://github.com/owncloud/core/issues/10991 failure 4
|
|\ \ \ \
| |_|_|/
|/| | | |
Add a method to get the absolute url for a route
|
| | | |
| | | |
| | | |
| | | | |
This unit test is shitty but at least it works...
|
|\ \ \ \
| |_|/ /
|/| | | |
Fixed JS sort comparator to be consistent between JS and PHP
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Now using a natural sort algorithm that is more consistent between JS
and PHP (although not perfect in some corner cases)
- added OC.Util.naturalSortComparator that uses the same algo that was
used for the user list
- changed user list and files list to use OC.Util.naturalSortComparator
- removed toLowerCase() and changed the comparator to use
String.localeCompare()
- added unit tests
- added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
|
|\ \ \ \
| | | | |
| | | | | |
Preserve transparency when loading from a file
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fix #7148 - again :)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added timeout in DeleteHandler to auto-delete after a delay.
Fixed issue where OC.Notification.hide() was called twice in a row when
deleting multiple entries, causing the second notification to disappear.
Fixed issue where "undo" click event handler was registered multiple
times when calling setNotifications() twice.
Added JS unit tests for the DeleteHandler class.
Refix undo users, groups feature
Timeout is now cleared in cancel().
Fixed click handler name for "undo" to be able to work with multiple
DeleteHandler instances (in our case one for users and one for groups)
so that there is no conflict.
|
| | | | | |
|