Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 1 | -0/+2 |
| | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate | ||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | Merge pull request #11080 from owncloud/addheader-text-2 | Vincent Petry | 2014-10-30 | 1 | -2/+4 |
|\ | | | | | Fix the addHeader tag attributes text methods to not ignore the text parameter | ||||
| * | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵ | Lukas Reschke | 2014-10-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php | ||||
* | | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+9 |
|/ | | | | | | | | | | | 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 | ||||
* | Merge pull request #10934 from owncloud/datadir-write-setup | Vincent Petry | 2014-09-25 | 1 | -1/+1 |
|\ | | | | | Don't complain about non-writable datadirs before we're installed | ||||
| * | Inject config into checkserver and cleanup tests | Robin Appelman | 2014-09-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #11019 from owncloud/do-not-show-exception-to-enduser | Lukas Reschke | 2014-09-23 | 1 | -28/+10 |
|\ \ | | | | | | | Do not show exception to the end-user - use a proper error page instead | ||||
| * | | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 1 | -28/+10 |
| |/ | | | | | | | Log the error instead of potentially leaking sensitive information | ||||
* / | enhance formatDate function to accept an optional argument containing the ↵ | Thomas Müller | 2014-09-22 | 1 | -2/+4 |
|/ | | | | time zone | ||||
* | Merge pull request #7254 from owncloud/core-sortalgo | Lukas Reschke | 2014-09-16 | 1 | -0/+11 |
|\ | | | | | Fixed JS sort comparator to be consistent between JS and PHP | ||||
| * | Fixed file list sorting | Vincent Petry | 2014-08-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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() | ||||
* | | Merge branch 'master' into securityutils | Lukas Reschke | 2014-08-31 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/private/util.php | ||||
| * | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| |/ | |||||
* / | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -0/+9 |
| | |||||
* | Add language parameter to public API for getL10N() | Joas Schilling | 2014-07-21 | 1 | -2/+3 |
| | | | | Fix #9756 | ||||
* | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 1 | -0/+9 |
| | | | | | | Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router. | ||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+9 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
| | | | | * test case added to avoid adding them later | ||||
* | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+8 |
| | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -8/+8 |
| | |||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Some expected Sabre exceptions are now logged with DEBUG level | Vincent Petry | 2014-05-07 | 1 | -4/+5 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -12/+9 |
| | |||||
* | use \OC_Mail::validateAddress() to validate the email address - fixes #7862 | Thomas Müller | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswords | Lukas Reschke | 2014-03-20 | 1 | -0/+9 |
|\ | | | | | Obfuscate passwords in ext storage config | ||||
| * | Added IV for ext storage password encryption | Vincent Petry | 2014-03-19 | 1 | -0/+9 |
| | | |||||
* | | Fix 'Undefined variable: message' in OCP\Util::logException | Thomas Tanghus | 2014-03-20 | 1 | -5/+2 |
|/ | |||||
* | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 1 | -0/+9 |
| | | | | | | | - 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 | ||||
* | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 1 | -1/+1 |
|\ | | | | | Add a FileInfo class which holds all info of a file ... | ||||
| * | merge master into fileinfo | Robin Appelman | 2014-01-29 | 1 | -2/+11 |
| |\ | |||||
| * | | Add a FileInfo class which holds all info of a file and return that from ↵ | Robin Appelman | 2014-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | getFileInfo, getDirectoryContent and search | ||||
* | | | merge master into storagestatistics-reuse | Robin Appelman | 2014-02-05 | 1 | -2/+25 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 1 | -4/+12 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| | * | | Merge pull request #6907 from owncloud/webdav-logexceptions | Thomas Müller | 2014-01-27 | 1 | -2/+6 |
| | |\ \ | | | | | | | | | | | Added exception logger plugin for sabre connector | ||||
| | | * | | Added exception logger plugin for sabre connector | Vincent Petry | 2014-01-27 | 1 | -2/+6 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Separate PHP upload limit and free space | Pellaeon Lin | 2013-12-08 | 1 | -0/+19 |
| | | | | |||||
* | | | | Reuse the calculated free_space in buildFileStorageStatistics | Robin Appelman | 2014-01-27 | 1 | -3/+4 |
| |/ / |/| | | |||||
* | | | added function documentation | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+4 |
| | | | |||||
* | | | Add 'mail_from_address' configuration | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+1 |
| |/ |/| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Do not use L10n when logging exceptions | Vincent Petry | 2013-12-16 | 1 | -2/+1 |
|/ | | | | | | | | | 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" | ||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -19/+19 |
| | |||||
* | fix documentation stuff | Morris Jobke | 2013-10-31 | 1 | -114/+88 |
| | |||||
* | Added $app parameter to logException | Vincent Petry | 2013-10-23 | 1 | -4/+4 |
| | |||||
* | Moved logException to OCP\Util class | Vincent Petry | 2013-10-23 | 1 | -0/+33 |
| | |||||
* | check if some encrypted files are left after the app was disabled and warn ↵ | Bjoern Schiessle | 2013-08-12 | 1 | -0/+8 |
| | | | | the user | ||||
* | return result from getL10N | Robin Appelman | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3880 from owncloud/code-checker | Bart Visscher | 2013-07-21 | 1 | -0/+9 |
|\ | | | | | Add classes replaced by the public api to the code checker |