- Oct 31, 2014
-
-
Jenkins for ownCloud authored
-
- Oct 30, 2014
-
-
Morris Jobke authored
prevent PHP notice
-
Vincent Petry authored
Fix the addHeader tag attributes text methods to not ignore the text parameter
-
Vincent Petry authored
rework getFileSize
-
Thomas Müller authored
-
Thomas Müller authored
Update pear/archive_tar to 1.3.13
-
Jan-Christoph Borchardt authored
introduce sidebar for admin page
-
Lukas Reschke authored
Clear session after logout
-
Morris Jobke authored
Allow any outgoing XHR connections
-
Thomas Müller authored
-
Jan-Christoph Borchardt authored
-
Thomas Müller authored
-
Thomas Müller authored
Fix stupid copy paste fail
-
Morris Jobke authored
Add a generic data response
-
Thomas Müller authored
-
Thomas Müller authored
-
Morris Jobke authored
Properly register sharing hooks and proxies
-
Morris Jobke authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/8420
-
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
-
-
Lukas Reschke authored
Quickfix for https://github.com/owncloud/core/issues/11064
-
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.
-