- 18 Nov, 2014 13 commits
-
-
Björn Schießle authored
make sure that we don't find the wrong shares if a user and a group have the same ID
-
Lukas Reschke authored
Fix type hinting for app manager
-
Lukas Reschke authored
Check if the size field is available
-
Robin Appelman authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
make sure that we only find the shares from the correct share type if users and groups with the same ID exists
-
Bjoern Schiessle authored
-
Morris Jobke authored
Remove unused code
-
Morris Jobke authored
Make declaration compatible
-
Lukas Reschke authored
Add tests for normalizePath() with absolute paths on windows
-
Lukas Reschke authored
Fix remote.php routes for apps that are enabled for specific groups
-
Jenkins for ownCloud authored
-
- 17 Nov, 2014 19 commits
-
-
Lukas Reschke authored
In some cases the 'size' field is not available resulting in some PHP errors such as: ```json {"reqId":"03548fd9e3d3aca15a5796b3b35d7b9d","remoteAddr":"::1","app":"PHP","message":"Undefined index: size at \/Users\/lreschke\/Programming\/core\/lib\/private\/files\/fileinfo.php#125","level":3,"time":"2014-11-17T21:38:57+00:00"} ``` This can be experienced when creating a new empty file and deleting it right away, then when going to the trash bin this error is thrown.
-
Lukas Reschke authored
Move CSRF check
-
Lukas Reschke authored
Fixes #12236
-
Joas Schilling authored
-
Joas Schilling authored
-
Vincent Petry authored
delete all children's previews when deleting a folder
-
Morris Jobke authored
Issue/10991 Make unit tests pass on windows
-
Robin Appelman authored
-
Robin Appelman authored
Add \OC\App\Manager to handle enabling/disabling apps
-
Lukas Reschke authored
Because we're closing the session now before controllers are executed there are cases where we cannot write the session.
-
Lukas Reschke authored
We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed.
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- 16 Nov, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 15 Nov, 2014 4 commits
-
-
Morris Jobke authored
eliminate OC_Template::printErrorPage in database classes, fixes #12182
-
Morris Jobke authored
Check if app is enabled for user
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps
-
Jenkins for ownCloud authored
-
- 14 Nov, 2014 3 commits
-
-
Clark Tomlinson authored
Fix share download
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-