- Sep 16, 2014
-
-
Thomas Müller authored
-
Robin Appelman authored
-
Thomas Müller authored
replace ownCloud with placeholder
-
Lukas Reschke authored
Disable database migrations for MSSQL - scripts have to be applied manua...
-
Lukas Reschke authored
also expire file if timestamp = limit, happens if trashbin_retention_obl...
-
Morris Jobke authored
Show original path information in trashbin and for shares
-
Vincent Petry authored
This reverts commit 064e6951. Reverting due to regression that breaks styles in error page, setup page and others. Fixes #10967
-
Morris Jobke authored
Fix unexisting class and PHPDoc
-
Morris Jobke authored
-
Morris Jobke authored
add y to with-aspect naming schema
-
Morris Jobke authored
Preserve transparency when loading from a file
-
Jenkins for ownCloud authored
-
- Sep 15, 2014
-
-
Jan-Christoph Borchardt authored
Remove bottom: 0 from app-navigation-entry-utils to prevent the utils form overlapping the whole element....
-
Lukas Reschke authored
Add timeout to user and group deletion notification.
-
Lukas Reschke authored
remove obsolete language files
-
Morris Jobke authored
-
Lukas Reschke authored
You can't add int here as hint...
-
Morris Jobke authored
Step one, open guest layout for different styles.
-
Georg Ehrke authored
-
Georg Ehrke authored
-
Thomas Müller authored
-
Morris Jobke authored
Apps styles update
-
Lukas Reschke authored
use intl's native normalizer_normalize() in case the module is available
-
Vincent Petry authored
Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict.
-
Björn Schießle authored
-
Bernhard Posselt authored
remove bottom: 0 to prevent the menu form overlapping the whole element. This happens if a folder has entries, the menu expands to the very bottom and overlaps all entries and makes them impossible to click fix input width which was changed likely with the icon PR use calc because firefox and chrome have different scrollbar widths which causes firefox to push the button into the next row while everything is well in chrome add normal width for IE8
-
Andreas Fischer authored
Do not double decode values * owncloud/do-not-double-decode: Do not double decode values
-
Jenkins for ownCloud authored
-
- Sep 14, 2014
-
-
Lukas Reschke authored
Remove passing by reference to allow for proper GC
-
Jenkins for ownCloud authored
-
- Sep 13, 2014
-
-
Thomas Müller authored
content size checks are not valid for LOCK
-
Volkan Gezer authored
-
Jenkins for ownCloud authored
-
- Sep 12, 2014
-
-
Volkan Gezer authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Raghu Nayyar authored
content size checks are not valid for LOCK
-
Vincent Petry authored
The garbage collector in PHP 5.3.10 does not properly release the file handle when calling fclose() due to the fact that it is passed by reference. This has the side-effect of preventing file locks to be released as well when the files_locking app is enabled. This fix removes the useless passing by reference and now the file handle and file lock are freed properly.
-
Bernhard Posselt authored
This fixes the double scrollbars issue
-
Thomas Müller authored
-