- Oct 30, 2014
-
-
Thomas Müller authored
Fix stupid copy paste fail
-
Morris Jobke authored
Add a generic data response
-
Morris Jobke authored
Properly register sharing hooks and proxies
-
Morris Jobke authored
-
Vincent Petry authored
This will fix failing tests when shares weren't cleant up on delete due to missing hooks. Added login for user1 in setUp().
-
Lukas Reschke authored
...
-
Jenkins for ownCloud authored
-
- Oct 29, 2014
-
-
Morris Jobke authored
-
Vincent Petry authored
Pass the cached data to the filesystem watcher
-
Morris Jobke authored
Fix moving share keys as non-owner to subdir
-
Lukas Reschke authored
Close session for search
-
Morris Jobke authored
-
Thomas Müller authored
[OC8] Load javascript translations using standard web technologies
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
This fix gathers the share keys BEFORE a file is moved to make sure that findShareKeys() is able to find all relevant keys when the file still exists. After the move/copy operation the keys are moved/copied to the target dir. Also: refactored preRename and preCopy into a single function to avoid duplicate code.
-
Thomas Müller authored
Update doctrine/dbal to 2.5
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
Make search non-blocking.
-
Vincent Petry authored
-
Thomas Müller 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
-
Vincent Petry authored
Moved search result type translations to search.js Load JS translations earlier Translations need to be loaded earlier to make sure that some JS files like search.js get access to translations at this time. This requires the template initialization to be moved to after session initialization, because only after the session we have access to the current language.
-
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
-
Thomas Müller authored
-
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
-
Jenkins for ownCloud authored
-
- Oct 28, 2014
-
-
Thomas Müller authored
-
Morris Jobke authored
Use composer autoloader to load Patchwork
-
Thomas Müller authored
-
Lukas Reschke authored
use Composer autoloader not OC for non-Composer 3rdparty (#9643)
-
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.
-
Lukas Reschke authored
Migrate new app settings to AppFramework
-
Morris Jobke authored
Properly catch 503 storage not available in getQuotaInfo
-
Jenkins for ownCloud authored
-
- Oct 27, 2014
-
-
Lukas Reschke authored
On Windows platform we have no stable etag generation - yet
-
Lukas Reschke authored
Make supported DBs configurable within config.php
-
Thomas Müller authored
-