| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* 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
|
| |
| |
| |
| | |
matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error
|
| |\
| | |
| | | |
Load a separate config (if present) when running unit tests
|
| | | |
|
| |\ \
| | |/
| |/| |
Fix internet detection to use OC_Util::getUrlContent
|
| | | |
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* owncloud/master: (1989 commits)
[tx-robot] updated from transifex
dont try to register background jobs if we haven't upgraded yet
adjust test
coding style
coding style
On webdav sesssions, loginname was compared to username which does not need to match necessarily
rely only on php DateTime to parse the db datetime string
LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng
Fix webroot for update page
Update 3rdparty ref
update 3rdparty
toggle select all checkbox
remove unneeded ; in comment
LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283
Add test for having utf8 filenames in the cache
fix fallback overwriting result of getHome
[tx-robot] updated from transifex
fix smbclient directory listing parser
cache the home folder of a User
Send "SET NAMES utf8" to MySQL for PHP below 5.3.6
...
Conflicts:
lib/util.php
|
| | |
|
| |
| |
| |
| |
| |
| | |
broken PHP versions like: https://github.com/owncloud/core/issues/5734
Also make the version compare clearer. It was pure luck that floatval on a php version returned the correct value.
|
| |
| |
| |
| | |
version, channel and build number
|
| |\
| | |
| | | |
Make working en_US.UTF-8 locale a hard requirement
|