- Nov 15, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps
-
- Nov 13, 2014
-
-
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.
-
- Nov 12, 2014
-
-
Thomas Müller authored
-
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
-
Lukas Reschke authored
Either we throw an exception or we ignore it. But we should certainly not print this to the end-user...
-
- Nov 11, 2014
-
-
Bernhard Posselt authored
-
Vincent Petry authored
Return the real (insecure) mime type on PROPFIND
-
Vincent Petry authored
Added missing cleanPath() call that converts "/" to "" when calling SabreDAV. This is needed because SabreDAV will discard its base URL when passing "/".
-
- Nov 10, 2014
-
-
Vincent Petry authored
Convert \OCP\Files\StorageNotAvailableException to \Sabre\DAV\Exception\ServiceUnavailable for every file/directory operation happening inside of SabreDAV. This is necessary to avoid having the exception bubble up to remote.php which would return an exception page instead of an appropriate response.
-
- Nov 07, 2014
-
-
Craig Morrissey authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Robin Appelman authored
-
- Nov 06, 2014
-
-
Morris Jobke authored
-
Robin Appelman authored
-
Lukas Reschke authored
Equivalent to addVendorScript und addScript from OC_Util
-
Lukas Reschke authored
This will use the new Hashing API for OC_User_Database and migrate old passwords upon initial login of the user.
-
Lukas Reschke authored
Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136
-
- Nov 05, 2014
-
-
Robin Appelman authored
-
Björn Schießle authored
-
- Nov 04, 2014
-
-
Morris Jobke authored
-
- Nov 03, 2014
-
-
Lukas Reschke authored
-
Morris Jobke authored
* add addVendorScript & addVendorStyle * refactoring of addScript and addStyle * add shortcuts vendorScript and vendorStyle
-
Thomas Müller authored
-
Lukas Reschke authored
Potentially fixes https://github.com/owncloud/core/issues/11678
-
- Oct 31, 2014
-
-
Morris Jobke authored
-
- Oct 30, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/8420
-
Lukas Reschke authored
...
-
- Oct 29, 2014
-
-
Lukas Reschke authored
Quickfix for https://github.com/owncloud/core/issues/11064
-
Thomas Müller authored
-
Vincent Petry authored
-
Thomas Müller authored
adding console command to generate javascript translation files based on existing php translation files read server side translations from json files
-
Thomas Müller authored
remove translation.php
-
Vincent Petry authored
Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
-
Bernhard Posselt authored
fix docstrings adjust copyright date another copyright date update another header update implement third headers argument, fix indention, fix docstrings fix docstrings
-
- Oct 28, 2014
-
-
Robin Appelman authored
-