- Dec 10, 2014
-
-
Joas Schilling authored
Make DateTimeFormatter a service and adjust tests that have been inaccurate
-
- Nov 25, 2014
-
-
Joas Schilling authored
-
- Oct 29, 2014
-
-
Vincent Petry authored
Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
-
- Oct 28, 2014
-
-
Lukas Reschke authored
Also support closing tags with no text content given Conflicts: lib/private/template.php
-
- Sep 22, 2014
-
-
Thomas Müller authored
-
- Sep 18, 2014
-
-
Robin Appelman authored
-
- Sep 17, 2014
-
-
Lukas Reschke authored
Log the error instead of potentially leaking sensitive information
-
- Aug 31, 2014
-
-
Robin Appelman authored
-
- Aug 26, 2014
-
-
Lukas Reschke authored
This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this
-
- Aug 11, 2014
-
-
Vincent Petry authored
Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
-
- Jul 25, 2014
-
-
Björn Schießle authored
-
- Jul 21, 2014
-
-
Joas Schilling authored
Fix #9756
-
- Jun 18, 2014
-
-
Vincent Petry authored
Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router.
-
- May 22, 2014
-
-
Björn Schießle authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- May 16, 2014
-
-
Björn Schießle authored
-
- May 13, 2014
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
Robin McCorkell authored
-
- May 07, 2014
-
-
Vincent Petry authored
-
- Apr 21, 2014
-
-
Lukas Reschke authored
-
- Mar 24, 2014
-
-
Thomas Müller authored
-
- Mar 20, 2014
-
-
Thomas Tanghus authored
-
- Mar 19, 2014
-
-
Vincent Petry authored
-
- 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 27, 2014
-
-
Robin Appelman authored
-
Vincent Petry authored
Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues.
-
- Jan 24, 2014
-
-
Jens-Christian Fischer authored
-
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.
-
- Jan 13, 2014
-
-
Robin Appelman authored
Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search
-
- Dec 16, 2013
-
-
Vincent Petry authored
In some specific situations, the L10N bundle isn't loadable yet (for example when there is an issue with the app_config table). In such case, we still want to be able to log the real exception. This fixes errors that say "OC_L10N_String::__toString must not throw exceptions"
-
- Dec 08, 2013
-
-
Pellaeon Lin authored
-
- Nov 03, 2013
-
-
Morris Jobke authored
-
- Oct 31, 2013
-
-
Morris Jobke authored
-
- Oct 23, 2013
-
-
Vincent Petry authored
-
Vincent Petry authored
-
- Aug 12, 2013
-
-
Björn Schießle authored
-
- Jul 22, 2013
-
-
Robin Appelman authored
-
- Jul 19, 2013
-
-
Bart Visscher authored
-
- Jul 09, 2013
-
-
Victor Dubiniuk authored
-