- 17 Nov, 2014 13 commits
-
-
Lukas Reschke authored
Move CSRF check
-
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
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.
-
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 12 commits
-
-
Clark Tomlinson authored
Fix share download
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Vincent Cloutier authored
-
Lukas Reschke authored
fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
-
Arthur Schiwon authored
-
Thomas Müller authored
Fail...
-
Lukas Reschke authored
-
Thomas Müller authored
Mark skipped until #12085 is merged
-
-
Jörn Friedrich Dreyer authored
Do not remove dir entry if it has the same name as the parent
-
Jenkins for ownCloud authored
-
- 13 Nov, 2014 10 commits
-
-
Morris Jobke authored
cleanup group admin(s) on deleteGroup
-
Vincent Petry authored
This fixes an issue when a subdir has the same name as its parent, it would get exluded from the list.
-
Vincent Petry authored
this allows a non-existant config/config.php for starting the autotest.s...
-
Morris Jobke authored
remove unneeded snap.js - followup to #11985 - ref #12156
-
Morris Jobke authored
removal of wrong/double implemented check
-
blizzz authored
Move multiselect to user_ldap
-
Morris Jobke authored
-
michag86 authored
Check already implemented in core/settings/ajax/changedisplayname.php
-
Lukas Reschke authored
The update routine tries to test the database migration before actually performing the update. However, this will fail hard if the schema has changed (for example an unique key has been added). App developers can convert the DB in preupdate.php, however it is not called before and therefore the update fails. This actually breaks ownCloud updates from ownCloud 6 to ownCloud 7 when the files_antivirus app is enabled.
-
Morris Jobke authored
-