- Oct 04, 2013
-
-
Jan-Christoph Borchardt authored
-
Björn Schießle authored
add previews to versions dialog
-
Björn Schießle authored
-
Vincent Petry authored
Added dateOnly argument to relative_modified_date
-
Vincent Petry authored
-
Björn Schießle authored
Fixed array syntax to work with PHP 5.3
-
Vincent Petry authored
Replace plus sign with space in files app URL #4932
-
Vincent Petry authored
It seems that array brackets are only supported starting with PHP 5.4. Fixed the array brackets to be compatible and not cause a syntax error in PHP 5.3.
-
Morris Jobke authored
-
Markus Goetz authored
DAV: Use fileinfo_cache for ETag
-
Björn Schießle authored
send mail notification if a file was shared to a user/group
-
Björn Schießle authored
Conflicts: apps/files/index.php apps/files/templates/index.php
-
Björn Schießle authored
Merge branch 'sharing_mail_notification_master' of github.com:owncloud/core into sharing_mail_notification_master Conflicts: core/ajax/share.php
-
Björn Schießle authored
-
Thomas Müller authored
make it possible to prepopulate a new user home with a skeleton
-
Morris Jobke authored
LDAP modularization and tests
-
Björn Schießle authored
Encryption improved error messages
-
Björn Schießle authored
let user repeat the recovery key password to prevent typos
-
Vincent Petry authored
The message for invalid private key was too long and didn't fit in the notification box. This fix reduces the message to fit properly by removing the extra information.
-
Björn Schießle authored
-
Björn Schießle authored
we don't know \OCA\Encryption\Session if the encryption app is not enabled, so we have to set the status manually
-
Frank Karlitschek authored
-
Morris Jobke authored
Controls bar height
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
Frank Karlitschek authored
-
Morris Jobke authored
Added backup for config.php in autotest.sh script
-
Frank Karlitschek authored
Hide defaultavatar in #header and don't darken proper avatars in #header
-
Jan-Christoph Borchardt authored
-
Christopher Schäpers authored
-
- Oct 03, 2013
-
-
Frank Karlitschek authored
-
Markus Goetz authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
simplify input elements for less cognitive load. No box-shadow, no text-shadow, smaller border-radius
-
Vincent Petry authored
Added default value for $fromTime to prevent missing argument errors and keep backward compatible.
-
Vincent Petry authored
Changed method signature of relative_modified_date template method to make it possible to add a fromTime to compare with, mostly to make it possible to test it. Added unit test for date and time cases.
-
Vincent Petry authored
The script now checks for config.php existance and backs it up before running the test, then restores it back at the end. This avoids the situation where devs lose their manually edited config if they forgot to back it up before running the unit tests. The script now also checks for config.php permissions beforehand to avoid displaying an annoying HTML page output in the console with an error message.
-