- Aug 28, 2014
-
-
Arthur Schiwon authored
fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
-
Arthur Schiwon authored
set result entry identifier earlier, i.e. before a continue for the same level can happen. otherwise will always get the same value and we end up in an infinite loop add unit test to make sure the infinite loop never comes back Conflicts: apps/user_ldap/tests/wizard.php
-
Lukas Reschke authored
Escape error messages
-
Jenkins for ownCloud authored
-
- Aug 27, 2014
-
-
Lukas Reschke authored
-
Clark Tomlinson authored
Add support for getting the real client IP behind proxies
-
Lukas Reschke authored
Make Entity properties ```protected``` as in docs
-
Oliver Gasser authored
Entity properties are marked as ```protected``` to correctly reflect the documentation. See also owncloud/documentation@644f2eedac8e912c3019366b29ecdfbd9a15c5d9
-
Björn Schießle authored
Allow specifying the item source in unshareFromSelf().
-
Jenkins for ownCloud authored
-
- Aug 26, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty
-
Lukas Reschke authored
Set email input field to type=email for better UX
-
Clark Tomlinson authored
add moment.js
-
Dan Callahan authored
-
Georg Ehrke authored
-
Thomas Müller authored
Adding type to favicon
-
Thomas Müller authored
CRON call ends in null exception
-
Thomas Müller authored
Add a test to break the slugifyPath() with folder and file afterwards
-
Jenkins for ownCloud authored
-
- Aug 25, 2014
-
-
Clark Tomlinson authored
Do not try to close the same resource multiple times
-
Clark Tomlinson authored
Remove no longer existing files from the cache when scanning external storage
-
Vincent Petry authored
Log unsuccessful temp file creation and return false
-
Vincent Petry authored
Only load personal external storages for allowed backends
-
Joas Schilling authored
-
Joas Schilling authored
Previously we used uniqid() here. However this means that the behaviour is not reproducable, so when uploading files into a "empty" folder, the folders name is different. If there would be a md5() hash collition, the deduplicate check will spot this and append an index later, so this should not be a problem. Fix #6722
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Lukas Reschke authored
Warn user on resetting passwords via occ when encryption is enabled
-
Vincent Petry authored
explicit routes for files_external
-
Jörn Friedrich Dreyer authored
Stream downloads from Swift object stores without downloading it first
-
Jenkins for ownCloud authored
-
- Aug 24, 2014
-
-
Lukas Reschke authored
Fix htaccess check error
-
Robin McCorkell authored
Comment out mount_file config option
-
Jenkins for ownCloud authored
-
- Aug 23, 2014
-
-
Michael Kuhn authored
-
Jenkins for ownCloud authored
-
- Aug 22, 2014
-
-
Clark Tomlinson authored
Format file Removing calls to deprecated classes and using internal method to get via http Missed a character Fix inverted logic
-
Clark Tomlinson authored
-
Thomas Müller authored
Add a trusted domain wizard
-