- Nov 17, 2014
-
-
Lukas Reschke authored
This PR removes phpass and migrates to the new Hasher interface. Please notice that due to https://github.com/owncloud/core/issues/10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt. Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
-
Jenkins for ownCloud authored
-
- Nov 16, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 15, 2014
-
-
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
-
- Nov 14, 2014
-
-
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
-
- Nov 13, 2014
-
-
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
-
Arthur Schiwon 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
-
Vincent Petry authored
Improved JS Docs + added build script for JS Docs
-
Jenkins for ownCloud authored
-
- Nov 12, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
OC_DAVClient is not longer used - no need to carry it around anymore
-
Vincent Petry authored
google: fix touch() when $mtime is set (Google wants RFC3339) #11267
-
Thomas Müller authored
Try to read the file only instead of trying to touch
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
Drop form_factor that is appended to JS, CSS and template filenames
-
Lukas Reschke authored
Remove debug statement
-
Lukas Reschke authored
The permissions are already catched properly on the installation so we just have to check whether the file is readable to prevent fatal errors from happening. Fixes https://github.com/owncloud/core/issues/12135
-
Morris Jobke authored
-