- Nov 19, 2014
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
- Nov 18, 2014
-
-
Björn Schießle authored
-
Björn Schießle authored
-
- Nov 17, 2014
-
-
Lukas Reschke authored
THX @schiesbn (I should setup a mail server on my local system...)
-
Lukas Reschke authored
-
Lukas Reschke authored
This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it
Fixes https://github.com/owncloud/core/issues/11438 -
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
- Nov 15, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps
-
- Nov 14, 2014
-
-
Lukas Reschke authored
-
- Nov 12, 2014
-
-
Morris Jobke authored
-
- Nov 11, 2014
-
-
Adam Williamson authored
this test would never succeed, because the previous test - testFOpen() - creates the file 'foo', but testTouchCreateFile() starts out by asserting it doesn't exist. Change the test to use a file called 'touch' instead (which does not previously exist).
-
- Nov 10, 2014
-
-
Robin Appelman authored
-
Joas Schilling authored
-
- Nov 07, 2014
-
-
Robin Appelman authored
-
- Nov 06, 2014
-
-
Joas Schilling authored
And skip the UTF8 names on Windows as they are not supported
-
Joas Schilling authored
-
Joas Schilling authored
-
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
-
Bernhard Posselt authored
-
- Nov 04, 2014
-
-
Morris Jobke authored
-
- Nov 03, 2014
-
-
Morris Jobke authored
* fix JS unit tests
-
Lukas Reschke authored
Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
-
- Oct 30, 2014
-
-
Thomas Müller authored
-
- Oct 29, 2014
-
-
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
-
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
-
-
Adam Williamson authored
Composer's autoloader is rather better than the OwnCloud autoloader's handling of non-OC classes. Plus we can rely on upstream Composer to maintain it and not worry about it ourselves. With this change, we drop the bits of OwnCloud's autoloader that handled non-OC classes, and register the classes that were being handled by that code with Composer's autoloader instead. As these dependencies are converted to actually being managed by Composer, the explicit registrations can be dropped as they won't be needed any more. Since OwnCloud's autoloader isn't going to handle non-OC classes any more, we no longer need to test to make sure it does it right. drop unneeded registerPrefix() and registerClass() from autoloader Now we're not handling anything but OC's own classes, these are unnecessary. error out if composer autoloader is not found (thanks bantu) We're never going to be able to work without the autoloader, if it's not there we should just throw our hands up and surrender.
-
- Oct 27, 2014
-
-
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".
-
Thomas Müller authored
-
- Oct 24, 2014
-
-
Robin Appelman authored
-