Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -18/+0 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 2 | -30/+22 |
| | | | | | Private deprecated function => removed Replaced all instances with suggested replacement | ||||
* | Merge pull request #21200 from owncloud/files-authorizationheader | Thomas Müller | 2015-12-17 | 1 | -0/+2 |
|\ | | | | | Use Authorization headers for public webdav in web UI | ||||
| * | Load base64 polyfill in IE and friends | Vincent Petry | 2015-12-14 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #21240 from owncloud/avatar_speedup | Thomas Müller | 2015-12-17 | 1 | -18/+51 |
|\ \ | | | | | | | Avatar speedup | ||||
| * | | [Avatars] Add function to get the Node of the avatar | Roeland Jago Douma | 2015-12-16 | 1 | -18/+51 |
| | | | | | | | | | | | | | | | Since we usually just get the avatar and stream the content to the users there is no need to first create an image in memory. | ||||
* | | | Merge pull request #21253 from owncloud/deprecated_oc_helper_linkTo | Thomas Müller | 2015-12-17 | 4 | -22/+7 |
|\ \ \ | | | | | | | | | Remove deprecated OC_Helper::linkTo | ||||
| * | | | Remove deprecated OC_Helper::linkTo function | Roeland Jago Douma | 2015-12-17 | 1 | -15/+0 |
| | | | | |||||
| * | | | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 4 | -7/+7 |
| | | | | | | | | | | | | | | | | Replaced with suggested (and calling body of) | ||||
* | | | | Merge pull request #21241 from owncloud/fix_21226 | Thomas Müller | 2015-12-17 | 1 | -1/+7 |
|\ \ \ \ | |/ / / |/| | | | Do not try to get the avatar if there is no user | ||||
| * | | | Do not try to get the avatar if there is no user | Roeland Jago Douma | 2015-12-17 | 1 | -1/+7 |
| |/ / | |||||
* | | | Merge pull request #21184 from owncloud/cli-logger-embedded-webserver | Thomas Müller | 2015-12-16 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Let's print error messages to the builtin webserver console ... makes… | ||||
| * | | Let's print error messages to the builtin webserver console ... makes ↵ | Thomas Müller | 2015-12-14 | 1 | -0/+3 |
| |/ | | | | | | | development a bit easier | ||||
* / | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 2 | -2/+45 |
|/ | |||||
* | Check if user isset in $_REQUEST first | Robin Appelman | 2015-12-14 | 1 | -3/+5 |
| | |||||
* | Merge pull request #20878 from ↵ | Thomas Müller | 2015-12-11 | 1 | -25/+8 |
|\ | | | | | | | | | owncloud/proper-htaccess-support-in-code-signing-checker Also run .htaccess routine when installing on another system than Apache | ||||
| * | Don't write directives from CLI | Lukas Reschke | 2015-12-08 | 1 | -0/+5 |
| | | |||||
| * | Run .htaccess updates in any case | Lukas Reschke | 2015-12-08 | 1 | -5/+3 |
| | | | | | | | | This is the same what we also do in updater.php and thus this aligns the code. Makes the code paths more consistent. | ||||
| * | Remove version check out of .htaccess | Lukas Reschke | 2015-12-08 | 1 | -20/+0 |
| | | | | | | | | This can now be achieved using the new code signing. | ||||
* | | Merge pull request #21135 from owncloud/add-polyfill | Thomas Müller | 2015-12-11 | 6 | -96/+17 |
|\ \ | | | | | | | Add polyfills for PHP55, PHP56 and PHP70 functionalities | ||||
| * | | Use PHP polyfills | Lukas Reschke | 2015-12-11 | 6 | -96/+17 |
| | | | |||||
* | | | Merge pull request #21020 from owncloud/add-directory-slash-to-setup-code | Thomas Müller | 2015-12-11 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Add DirectorySlash to dynamic .htaccess write | ||||
| * | | | Add DirectorySlash to dynamic .htaccess write | Lukas Reschke | 2015-12-08 | 1 | -0/+3 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | When `DirectorySlash off` is set then Apache will not lookup folders anymore. This is required for example when we use the rewrite directives on an existing path such as `/core/search`. By default Apache would load `/core/search/` instead `/core/search` so the redirect would fail here. This leads however to the problem that URLs such as `localhost/owncloud` would not load anymore while `localhost/owncloud/` would. This has caused problems such as https://github.com/owncloud/core/pull/21015 With this change we add the `DirectorySlash off` directive only when the `.htaccess` is writable to the dynamic part of it. This would also make `localhost/owncloud` work again as it would trigger the 404 directive which triggers the redirect in base.php. | ||||
* | | | Merge pull request #21045 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-12-11 | 2 | -4/+3 |
|\ \ \ | | | | | | | | | Scrutinizer Auto-Fixes | ||||
| * | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | | | Merge pull request #21128 from owncloud/dav-fopen-non-existing | Thomas Müller | 2015-12-11 | 1 | -8/+14 |
|\ \ \ \ | |_|_|/ |/| | | | Dont do a seperate request to check if a file exists when downloading a file from dav external storage | ||||
| * | | | Dont do a seperate request to check if a file exists for dav->fopen | Robin Appelman | 2015-12-10 | 1 | -8/+14 |
| | | | | |||||
* | | | | Merge pull request #21119 from owncloud/make-appconfig-more-robust | Thomas Müller | 2015-12-10 | 1 | -0/+7 |
|\ \ \ \ | |_|/ / |/| | | | Make AppManager->checkAppForUser more robust | ||||
| * | | | Make AppManager->checkAppForUser more robust | Morris Jobke | 2015-12-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | * if the JSON that is stored in the DB is corrupt an error was thrown * with this change it is properly handled and the app is disabled | ||||
* | | | | Merge pull request #21086 from owncloud/storage-nocheckavailforgetowner | Thomas Müller | 2015-12-10 | 1 | -1/+0 |
|\ \ \ \ | |/ / / |/| | | | Do not check storage availability for getOwner | ||||
| * | | | Do not check storage availability for getOwner | Vincent Petry | 2015-12-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Because the owner is always known thanks to the file cache and other places, we don't need the remote storage to be actually available. | ||||
* | | | | Merge pull request #21072 from owncloud/db-lock-ttl | Thomas Müller | 2015-12-10 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Remove all locks after ttl from the db | ||||
| * | | | | Remove all locks after ttl from the db | Robin Appelman | 2015-12-09 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #21073 from owncloud/memcache-lock-ttl | Thomas Müller | 2015-12-10 | 4 | -4/+17 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Add ttl for redis based locking | ||||
| * | | | | ttl for memcache locking backends that support it | Robin Appelman | 2015-12-09 | 3 | -2/+11 |
| | | | | | |||||
| * | | | | Add interface for memcache backends that support setting ttl on exisiting keys | Robin Appelman | 2015-12-09 | 1 | -2/+6 |
| |/ / / | |||||
* | | | | Merge pull request #20984 from owncloud/fix-mysql-setup-unix-socket-master | Thomas Müller | 2015-12-10 | 1 | -6/+19 |
|\ \ \ \ | | | | | | | | | | | Add unix_socket support for mysql during initial installation - fixes… | ||||
| * | | | | Add unix_socket support for mysql during initial installation - fixes #20210 | Thomas Müller | 2015-12-07 | 1 | -6/+19 |
| | | | | | |||||
* | | | | | Merge pull request #20775 from owncloud/comments-manager | Thomas Müller | 2015-12-09 | 5 | -0/+945 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | add icommentsmanger and icomment implementation | ||||
| * | | | | use getLastInsertId from query builder for convenience | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | remove unused use statement | Arthur Schiwon | 2015-12-09 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | php < 5.5 compatible | Arthur Schiwon | 2015-12-09 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | improve PHP doc and remove superflous by reference indicator | Arthur Schiwon | 2015-12-09 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | hardening, add some checks for whitespace-only strings | Arthur Schiwon | 2015-12-09 | 1 | -14/+15 |
| | | | | | |||||
| * | | | | OC not oc | Arthur Schiwon | 2015-12-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | parameter checks for setting actor and object to happen only in one place | Arthur Schiwon | 2015-12-09 | 2 | -13/+8 |
| | | | | | |||||
| * | | | | fix usage of empty | Arthur Schiwon | 2015-12-09 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | different strategy in cleaning up after user was deleted | Arthur Schiwon | 2015-12-09 | 4 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we do not listen to deletion hooks anymore, because there is no guarantee that they will be heard - requires that something fetches the CommentsManager first. Instead, in the user deletion routine the clean up method will be called directly. Same way as it happens for files, group memberships, config values. | ||||
| * | | | | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 4 | -0/+951 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | register CommentsManager service, allow override, document in config.sample.php don't insert autoincrement ids in tests, because of dislikes from oracle and pgsql specify timezone in null date only accepts strings for ID parameter that can be converted to int replace forgotten hardcoded IDs in tests react on deleted users react on file deletion Postgresql compatibility lastInsertId needs *PREFIX* with the table name do not listen for file deletion, because it is not reliable (trashbin, external storages) add runtime cache for comments | ||||
* | | | | | Don't load commands of apps when in maintenance mode - fixes #20939 | Thomas Müller | 2015-12-09 | 1 | -4/+6 |
|/ / / / |