| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
cleanup group admin(s) on deleteGroup
|
| | |
|
|\ \
| | |
| | | |
this allows a non-existant config/config.php for starting the autotest.s...
|
| | | |
|
|\ \ \
| | | |
| | | | |
remove unneeded snap.js - followup to #11985 - ref #12156
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/remove-check-for-allow_user_to_change_display_name
removal of wrong/double implemented check
|
| | |/ /
| |/| |
| | | |
| | | | |
Check already implemented in core/settings/ajax/changedisplayname.php
|
|\ \ \ \
| |_|/ /
|/| | | |
Move multiselect to user_ldap
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The update routine tries to test the database migration before actually performing the update.
However, this will fail hard if the schema has changed (for example an unique key has been added). App developers can convert the DB in preupdate.php, however it is not called before and therefore the update fails.
This actually breaks ownCloud updates from ownCloud 6 to ownCloud 7 when the files_antivirus app is enabled.
|
|\ \ \ \
| |_|/ /
|/| | | |
Improved JS Docs + added build script for JS Docs
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added namespaces so that JSDoc can find them.
Fixed a few warnings.
Improved some comments.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
OC_DAVClient is not longer used - no need to carry it around anymore
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
google: fix touch() when $mtime is set (Google wants RFC3339) #11267
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
ownCloud passes us a Unix time integer, but the GDrive API wants
an RFC3339-formatted date. Actually it wants a single particular
RFC3339 format, not just anything that complies will do - it
requires the fractions to be specified, though RFC3339 doesn't.
This resolves issue #11267 (and was also noted by PVince81 in
reviewing PR #6989).
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Try to read the file only instead of trying to touch
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
The permissions are already catched properly on the installation so we just have to check whether the file is readable to prevent fatal errors from happening.
Fixes https://github.com/owncloud/core/issues/12135
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Drop form_factor that is appended to JS, CSS and template filenames
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Remove debug statement
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Either we throw an exception or we ignore it. But we should certainly not print this to the end-user...
|
|\ \ \ \ \
| | | | | |
| | | | | | |
add 'namespace' for automatically created navigation divs, fixes #12080
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
storage test: use new file for testTouchCreateFile()
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
this test would never succeed, because the previous test -
testFOpen() - creates the file 'foo', but testTouchCreateFile()
starts out by asserting it doesn't exist. Change the test to
use a file called 'touch' instead (which does not previously
exist).
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix root path handling for WebDAV ext storage
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added missing cleanPath() call that converts "/" to "" when calling
SabreDAV. This is needed because SabreDAV will discard its base URL when
passing "/".
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Return real mime type on PROPFIND
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Return the real (insecure) mime type on PROPFIND
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix Pimple unset
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Add checkbox to enforce SSL for subdomains
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add switch to enforce SSL for subdomains
Add unit tests
Add test for boolean values
Camel-case
Fix ugly JS
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
fixes not centered database chooser on setup page
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* fixes #11927
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Fix infinite loop if count and limit is 0
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
* otherwise it will always think it hits the limit and need another round to fetch additional results
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[LDAP] Login: dont fail with 500 if configured display name attribute is not set
|
| | | | | | | |
|
| |_|_|/ / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Dont' use mountpoint permissions as share permissions for external storages
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|