- Sep 22, 2014
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/11239
-
- Sep 10, 2014
-
-
Thomas Müller authored
-
- Sep 02, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled().
-
- Jul 01, 2014
-
-
Vincent Petry authored
-
- Jun 04, 2014
-
-
Owen Winkler authored
-
- May 28, 2014
-
-
Thomas Müller authored
-
- May 22, 2014
-
-
Björn Schießle authored
-
- Apr 22, 2014
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
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 "
-
- Feb 18, 2014
-
-
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
-
- Jan 24, 2014
-
-
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.
-
- Nov 21, 2013
-
-
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.
-
- Aug 15, 2013
-
-
Christopher Schäpers authored
- Use camelCase - Add some phpdoc - Fix some indents - Use some more spacing
-
- Aug 05, 2013
-
-
Christopher Schäpers authored
Unittests for: - search/result - util - preferences
-
- Jul 30, 2013
-
-
Thomas Müller authored
-
- Jul 29, 2013
-
-
Thomas Müller authored
-
- Jul 09, 2013
-
-
Victor Dubiniuk authored
-
- Mar 26, 2013
-
-
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.
-
- Mar 22, 2013
-
-
itheiss authored
see #2499
-
- Mar 04, 2013
-
-
Thomas Müller authored
-
- Jan 24, 2013
-
-
Thomas Müller authored
-
- Nov 04, 2012
-
-
Felix Moeller authored
-
- Oct 18, 2012
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Oct 13, 2012
-
-
Lukas Reschke authored
-