- Feb 20, 2015
-
-
Lukas Reschke authored
Check if the offset exists before accessing
-
Lukas Reschke authored
Add `Satisfy All`
-
Morris Jobke authored
Parse backslash as directory separator in breadcrumb
-
Jenkins for ownCloud authored
-
- Feb 19, 2015
-
-
Lukas Reschke authored
Remove some old l10n files they arent loaded anymore
-
Thomas Müller authored
-
Morris Jobke authored
Manually type-cast all AJAX files
-
Thomas Müller authored
Streamline auth and CSRF check in scan.php
-
Thomas Müller authored
Encode requesttoken
-
Thomas Müller authored
Encode Requesttoken for avatars
-
Thomas Müller authored
Fix #14310
-
Thomas Müller authored
Port of #14041 to master
-
Arthur Schiwon authored
on ownCloud upgrade: upgrade all apps in order, load important ones Fix "other" app update stack
-
Morris Jobke authored
If no link text has been set for the navigation show the link nonetheless
-
Joas Schilling authored
-
Thomas Müller authored
Disallow path traversals in file view
-
Jenkins for ownCloud authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/14356
-
- Feb 18, 2015
-
-
Thomas Müller authored
Dont update the cache when working with part files
-
Thomas Müller authored
add documentation issue trackers and use https everywhere
-
Jan-Christoph Borchardt authored
Add loadfeedback
-
Volkan Gezer authored
-
Lukas Reschke authored
-
Lukas Reschke authored
This prevents a misusage of \OC\Files\View by calling it with user-supplied input. In such cases an exception is now thrown.
-
Clark Tomlinson authored
Allow AppFramework applications to specify a custom CSP header
-
Clark Tomlinson authored
Fix invalid `ini_set` directives
-
Lukas Reschke authored
Revert "add debug log for memcache instantiation"
-
Clark Tomlinson authored
Check if instance is not yet installed
-
Bernhard Posselt authored
-
Lukas Reschke authored
Somehow they got messed up. Because PHP does automatic type juggling this has worked before as well however it's not guaranteed that this might work in the future as well.
-
Vincent Petry authored
Activity/225 Move displaying of files related activities to files app
-
Vincent Petry authored
Activity/225 sharing extension
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Due to a security hardening in 8.1 a missing value of empty trusted domains in the config would provoke an error as this was misused by a lot of users. This caused a problem where the initial installation happened from another domain than 127.0.0.1 as in this case the domain was considered untrusted as no value was defined. However, this special case should not get intercepted. To test: - [ ] Installing ownCloud on 127.0.0.1 works - [ ] Installing ownCloud on another domain / IP works - [ ] When setting up ownCloud from 127.0.0.1 and accessing it from the domain above the trusted domain error should be shown if not specified in the config Fixes https://github.com/owncloud/core/issues/14320
-
Thomas Müller authored
Update phpseclib to version 0.3.9.
-
Thomas Müller authored
Add mapping for a broken varchar type.
-
Jenkins for ownCloud authored
-
Andreas Fischer authored
-
Lukas Reschke authored
Use APCu only if available in version 4.0.6 and higher
-