- 22 Apr, 2014 1 commit
-
-
Lukas Reschke authored
OC_Util::sanitizeHTML() also supports array but we actually had no unit test for it. Additionally this commit introduces a test for escaping " into "
-
- 18 Feb, 2014 1 commit
-
-
Vincent Petry authored
- added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters
-
- 24 Jan, 2014 1 commit
-
-
Jens-Christian Fischer authored
In environments where there are rules for the email addresses, the "from address" that owncloud uses has to be configurable. This patch adds a new configuration variable 'mail_from_address'. If it is configured, owncloud will use this as the sender of *all* emails. (OwnCloud uses 'sharing-noreply' and 'password-noreply' by default). By using the 'mail_from_address' configuration, only this email address will be used.
-
- 21 Nov, 2013 1 commit
-
-
Vincent Petry authored
When accessing a shared folder, the folder's owner appears as mountpoint but wasn't wrapped by a quota storage wrapper. This fix makes sure that all home storages are wrapped by a quota storage wrapper, if applicable, to make sure quotas are respected when uploading into shared folders.
-
- 15 Aug, 2013 1 commit
-
-
kondou authored
- Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing
-
- 05 Aug, 2013 1 commit
-
-
kondou authored
Unittests for: - search/result - util - preferences
-
- 30 Jul, 2013 1 commit
-
-
Thomas Müller authored
-
- 29 Jul, 2013 1 commit
-
-
Thomas Müller authored
-
- 09 Jul, 2013 1 commit
-
-
Victor Dubiniuk authored
-
- 26 Mar, 2013 2 commits
-
-
instanceid is generated by uniqid() and then used as the session_name. Because session_name requires at least one letter and uniqid() does not guarantee to provide that, in the case that uniqid() generates a string of only digits, the user will be stuck in an infinite login loop because every request will generate a new PHP session.
-
itheiss authored
Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function.
-
- 22 Mar, 2013 1 commit
-
-
itheiss authored
see #2499
-
- 04 Mar, 2013 1 commit
-
-
Thomas Mueller authored
-
- 24 Jan, 2013 1 commit
-
-
Thomas Mueller authored
-
- 04 Nov, 2012 1 commit
-
-
Felix Moeller authored
-
- 18 Oct, 2012 3 commits
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
-
- 16 Oct, 2012 1 commit
-
-
Sam Tuke authored
-
- 13 Oct, 2012 1 commit
-
-
Lukas Reschke authored
-