- Nov 11, 2014
-
-
Bernhard Posselt authored
-
- 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
-
Lukas Reschke authored
Also support closing tags with no text content given Conflicts: lib/private/template.php
-
- Oct 27, 2014
-
-
Thomas Müller authored
-
Lukas Reschke authored
This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases".
-
Robin Appelman authored
-
Vincent Petry authored
When doing a PROPFIND on the root and one of the mount points is not available, the returned quota attributes will now be zero. This fix prevents the expected exception to make the whole call fail.
-
Jörn Friedrich Dreyer authored
-
- Oct 25, 2014
-
-
Morris Jobke authored
-
- Oct 24, 2014
-
-
Dan Bartram authored
-
Robin Appelman authored
-