| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application.
This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app.
Testplan:
[x] Installation works
[x] Login with DB works
[x] Logout works
[x] Login with alternate backend works (tested with user_webdavauth)
[x] Other apps are accessible
[x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled)
[x] Personal settings are accessible
[x] Admin settings are accessible
[x] Sharing files works
[x] DAV works
[x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications
|
|\
| |
| | |
remove file locking - code will continue to live in it's own app
|
| | |
|
|/
|
|
| |
Updating SabreDAV namespaces
|
|
|
|
| |
multiple times
|
| |
|
|\
| |
| | |
Check if ReflectionMethod::getDocComment is working
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
lib/private/util.php
|
| | | |
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| | |
* test case added to avoid adding them later
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixed:
- An error with a misplaced bracket in lib/private/util.php
- An error with an incorrect function being called in lib/public/contacts.php
|
| | |
|
| | |
|
|/
|
|
| |
can restore them if needed
|
| |
|
| |
|
| |
|
|
|
|
| |
Occuring in the admin interface
|
|
|
|
|
| |
There is no need to encode all characters into HTML entities, only potential dangerous characters as &, ", ', < and > should get encoded.
This may fix issues like https://github.com/owncloud/calendar/pull/394
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enabled.
Squashed commit of the following:
commit eaf4f43f687db59137a0b00bc0e12ed4eb0d0943
Merge: 1e9c5be 1e7d7bd
Author: Thomas Müller <thomas.mueller@tmit.eu>
Date: Fri Mar 28 11:49:04 2014 +0100
Merge branch 'master' of https://github.com/kev300/core into kev300-master
commit 1e7d7bdd8b5c7f301501cb822cdf2ef0ad3f2872
Author: kev300 <admin@gadeco.de>
Date: Tue Dec 17 14:11:42 2013 +0100
Update util.php
commit 3f0723f054a27a506be7f26932ccb54fff6f2be9
Author: kev300 <admin@gadeco.de>
Date: Tue Dec 17 14:09:15 2013 +0100
Update util.php
commit 512176abdcfbe5b2b060b91033abc9608912d1f8
Author: kev300 <admin@gadeco.de>
Date: Tue Dec 17 14:02:04 2013 +0100
Update util.php
commit 6cbefd080188d287024e0b047b88dd4525d6c2c1
Author: kev300 <admin@gadeco.de>
Date: Mon Dec 16 16:44:46 2013 +0100
Update util.php
Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.
|
|\
| |
| | |
Load apps proper master
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
apps/files/ajax/rawlist.php
cron.php
ocs/v1.php
|
| | | |
|
|\ \ \
| | | |
| | | | |
Added PostgreSQL version warning on upgrade
|
| | | | |
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
|/| | |
Added .ocdata file to check for data folder validity
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In environments where the data folder is mount from another partition,
it is important to check that the data folder we see is actually the
real one. If the mount failed for some reasons, this fix will make
ownCloud temporarily unavailable instead of causing unpredictable
behavior.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
config/config.sample.php
|
| |\ \
| | | |
| | | | |
Allow passing a root folder to get the used space from in the quota wrapper
|
| | |\| |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Added extra checks for invalid file chars in newfile.php and newfolder.php
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
- added PHP utility function to check for file name validity
- fixes issue where a user can create a file called ".." from the files UI
- added extra checks to make sure newfile.php and newfolder.php also
check for invalid characters
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720
Enabled analysis tools:
- PHP Analyzer
- JSHint
- PHP Copy/Paste Detector
- PHP PDepend
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
lib/private/migration/content.php
|
| |/ / |
|
| | |
| | |
| | |
| | | |
Issue #7111
|
|/ / |
|
|\|
| |
| |
| |
| | |
Conflicts:
core/setup.php
|