Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "password reset token" after successful login | Joas Schilling | 2016-08-23 | 2 | -0/+23 |
| | |||||
* | Merge pull request #1017 from nextcloud/cache-registered-autoloaders | Roeland Jago Douma | 2016-08-23 | 1 | -0/+6 |
|\ | | | | | Cache registered autoloaders | ||||
| * | Cache registered autoloaders | Lukas Reschke | 2016-08-22 | 1 | -0/+6 |
| | | | | | | | | | | | | This saves more than 20ms (!) on every request, the previous problem was that `\OC_App::registerAutoloading` calls `\OC\AppFramework\App::buildAppNamespace` which parses the appinfo.xml. Since that was also called multiple times (e.g. on cloud.nextcloud.com over 200 times) that had a significant performance impact. Also on simple PROPFIND requests. https://blackfire.io/profiles/compare/65a53e6e-7f35-4974-b559-4c81abd01c3b/graph shows the difference nicely. | ||||
* | | Merge pull request #956 from nextcloud/fix_952 | Lukas Reschke | 2016-08-23 | 3 | -79/+42 |
|\ \ | |/ |/| | When using permalinks don't error out if file id can't be found | ||||
| * | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 2 | -7/+10 |
| | | | | | | | | We need to do the redirect to update address bar. | ||||
| * | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 3 | -75/+35 |
| | | | | | | | | | | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts | ||||
* | | Merge pull request #1015 from nextcloud/1012-master | Lukas Reschke | 2016-08-22 | 2 | -0/+19 |
|\ \ | | | | | | | hide parameters of tryLogin when logging | ||||
| * | | add test | Arthur Schiwon | 2016-08-22 | 1 | -0/+16 |
| | | | |||||
| * | | hide parameters of tryLogin when logging | Arthur Schiwon | 2016-08-22 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #1006 from nextcloud/fix_theming_admin_di | blizzz | 2016-08-22 | 1 | -2/+3 |
|\ \ | | | | | | | fixes registering of theming settings where server return OC_Defaults… | ||||
| * | | fixes registering of theming settings where server return OC_Defaults ↵ | Arthur Schiwon | 2016-08-22 | 1 | -2/+3 |
|/ / | | | | | | | instead of ThemingDefaults | ||||
* | | Merge pull request #965 from nextcloud/master-files-render-hidden-files-hidden | Joas Schilling | 2016-08-22 | 4 | -31/+82 |
|\ \ | | | | | | | Fix hidden files handling | ||||
| * | | Fix hidden files handling | Vincent Petry | 2016-08-19 | 4 | -31/+82 |
| | | | | | | | | | | | | | | | | | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level. | ||||
* | | | Merge pull request #1000 from nextcloud/mail_icon_share | Roeland Jago Douma | 2016-08-22 | 3 | -5/+5 |
|\ \ \ | | | | | | | | | Make e-mail icon visible | ||||
| * | | | Make e-mail icon visible | Roeland Jago Douma | 2016-08-21 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #996 * Make mail icon visible * Opacity to .5 * Add tooltip | ||||
* | | | | Merge pull request #969 from nextcloud/allow-to-validate-operations | Lukas Reschke | 2016-08-21 | 7 | -8/+87 |
|\ \ \ \ | | | | | | | | | | | Allow to validate operations | ||||
| * | | | | update composer list | Joas Schilling | 2016-08-19 | 2 | -0/+2 |
| | | | | | |||||
| * | | | | Validate the operation | Joas Schilling | 2016-08-19 | 2 | -5/+82 |
| | | | | | |||||
| * | | | | System tags are not sharing but workflow | Joas Schilling | 2016-08-19 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #989 from nextcloud/share_js_fixes | Lukas Reschke | 2016-08-21 | 7 | -11/+19 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix some jshint issues in core/js/share* | ||||
| * | | | | Fix some jshint issues in core/js/share* | Roeland Jago Douma | 2016-08-19 | 7 | -11/+19 |
| | | | | | |||||
* | | | | | Merge pull request #984 from nextcloud/dont-read-server-variable | Roeland Jago Douma | 2016-08-20 | 2 | -20/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove reading PATH_INFO from server variable | ||||
| * | | | | Remove reading PATH_INFO from server variable | Lukas Reschke | 2016-08-19 | 2 | -20/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having two code paths for this is unreliable and can lead to bugs. Also, in some cases Apache isn't setting the PATH_INFO variable when mod_rewrite is used. Fixes https://github.com/nextcloud/server/issues/983 | ||||
* | | | | | Merge pull request #982 from nextcloud/uninterpreted-php | Julius Härtl | 2016-08-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove uninterpreted PHP | ||||
| * | | | | | Remove uninterpreted PHP | Lukas Reschke | 2016-08-19 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | This is in an HTML file. The PHP won't be executed :see_no_evil: | ||||
* | | | | | Merge pull request #978 from nextcloud/add-feedback-for-password-change | Marius Blüm | 2016-08-19 | 2 | -3/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Add feedback for password change | ||||
| * | | | | | Show hint if password policy disallows password change | Morris Jobke | 2016-08-19 | 1 | -2/+13 |
| | | | | | | |||||
| * | | | | | 25532_issue_password_update_notification_updated (#25756) | Jack Davis | 2016-08-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Password Update Notification Added an IF ELSE statement to ensure that feedback is provided to the user on successfully updating a user password in settings. * Password Update Success Message Updated the password update success message | ||||
* | | | | | | Merge pull request #980 from nextcloud/update-icon | Marius Blüm | 2016-08-19 | 2 | -2/+6 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Update federation and update notification icon | ||||
| * | | | | | use simple bell as update notification icon | Morris Jobke | 2016-08-19 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Change federation icon to the share icon | Morris Jobke | 2016-08-19 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #971 from nextcloud/theming-fix-service-registration | Julius Härtl | 2016-08-19 | 2 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix loading of ThemingDefaults | ||||
| * | | | | Fix loading of ThemingDefaults | Julius Haertl | 2016-08-19 | 2 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #967 from nextcloud/settings_users_js_defines | Roeland Jago Douma | 2016-08-19 | 3 | -5/+12 |
|\ \ \ \ | | | | | | | | | | | Fix some jshint errors in settings/users | ||||
| * | | | | Fix some jshint errors in settings/users | Roeland Jago Douma | 2016-08-19 | 3 | -5/+12 |
| |/ / / | |||||
* | | | | Merge pull request #964 from ↵ | Lukas Reschke | 2016-08-19 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f [master] In cases where the server dictates the link share expiration… | ||||
| * | | | | [master] In cases where the server dictates the link share expiration the ↵ | Thomas Müller | 2016-08-19 | 1 | -1/+4 |
| |/ / / | | | | | | | | | | | | | date is not updated on consequitive changes and enable/disable actions | ||||
* | | | | Merge pull request #960 from nextcloud/fix-caldavtester-master | Lukas Reschke | 2016-08-19 | 2 | -12/+12 |
|\ \ \ \ | | | | | | | | | | | Move over to new CalDAVTester repo (#25859) | ||||
| * | | | | Move over to new CalDAVTester repo (#25859) | Thomas Müller | 2016-08-19 | 2 | -12/+12 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | * Move over to new caldac tester repo * no run.py anymore | ||||
* | | | | Merge pull request #959 from nextcloud/map_mobi | Marius Blüm | 2016-08-19 | 3 | -4/+8 |
|\ \ \ \ | |/ / / |/| | | | Update mimetypes | ||||
| * | | | Update mimetypes | Roeland Jago Douma | 2016-08-19 | 3 | -4/+8 |
| |/ / | |||||
* | | | Merge pull request #865 from nextcloud/ocs_config | Morris Jobke | 2016-08-19 | 7 | -77/+18 |
|\ \ \ | |/ / |/| | | Move OCS route /config to proper controller | ||||
| * | | Update autoloader | Roeland Jago Douma | 2016-08-18 | 2 | -2/+0 |
| | | | |||||
| * | | we are Nextcloud :) | Roeland Jago Douma | 2016-08-18 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unused private classes | Roeland Jago Douma | 2016-08-18 | 2 | -67/+0 |
| | | | |||||
| * | | Move /config over to Core OCSController | Roeland Jago Douma | 2016-08-18 | 3 | -8/+18 |
| | | | |||||
* | | | Merge pull request #945 from nextcloud/kill_ajax_share.php | Joas Schilling | 2016-08-19 | 2 | -378/+0 |
|\ \ \ | |_|/ |/| | | Kill ajax/share.php | ||||
| * | | Kill ajax/share.php | Roeland Jago Douma | 2016-08-18 | 2 | -378/+0 |
| | | | | | | | | | | | | | | | Using this file will insert invalid shares. OCS has to be used exclusively! | ||||
* | | | Merge pull request #906 from nextcloud/files_external-settings-polish-missing | Marius Blüm | 2016-08-18 | 2 | -2/+13 |
|\ \ \ | |/ / |/| | | Files external settings polish | ||||
| * | | fix error when not logged in | Robin Appelman | 2016-08-18 | 1 | -0/+4 |
| | | |