Christoph Wurst
6af2efb679
prevent infinite redirect loops if the there is no 2fa provider to pass
This fixes infinite loops that are caused whenever a user is about to solve a 2FA
challenge, but the provider app is disabled at the same time. Since the session
value usually indicates that the challenge needs to be solved before we grant access
we have to remove that value instead in this special case.
10 years ago
Roeland Jago Douma
8d8366762b
Merge pull request #1030 from nextcloud/master_1013
[master] Do not error on NotFoundException
10 years ago
Roeland Jago Douma
352d22e473
Do not error on NotFoundException
Since this exception can be thrown when a shared file is in the
trashbin there is no need to spam the log like crazy.
Fixes #938
10 years ago
Lukas Reschke
2f1b17d44a
Merge pull request #1007 from nextcloud/shared-storage-non-recursive
Fix shared storage recursive setup
10 years ago
Robin Appelman
a0c2342c20
prevent infinite recursion while getting storage from mount
10 years ago
Lukas Reschke
3ed102497e
Merge pull request #995 from nextcloud/workflow-section
Workflow section + hidden empty sections
10 years ago
Lukas Reschke
d85e678f09
Merge pull request #1005 from nextcloud/fix_994
Do not error on maxUploadChange
10 years ago
Roeland Jago Douma
24f12cc8c0
Merge pull request #1017 from nextcloud/cache-registered-autoloaders
Cache registered autoloaders
10 years ago
Lukas Reschke
e0ae67545e
Merge pull request #956 from nextcloud/fix_952
When using permalinks don't error out if file id can't be found
10 years ago
Lukas Reschke
0747e96b9c
Cache registered autoloaders
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.
10 years ago
Lukas Reschke
6ef6d499bf
Merge pull request #1015 from nextcloud/1012-master
hide parameters of tryLogin when logging
10 years ago
Arthur Schiwon
ee6f29812f
put file handling into a section again
10 years ago
Roeland Jago Douma
f744131b18
Do not error on maxUploadChange
The new admin page broke the updating of the max upload size. This is
due to very old code there.
* Now update is done in the background using js
* Added proper route+controller to update
Fixes #994
10 years ago
Arthur Schiwon
5cd3f4e4dc
add test
10 years ago
Arthur Schiwon
b13092065a
hide parameters of tryLogin when logging
10 years ago
Joas Schilling
94432c089f
Save the container with the app's namespace so we can resolve it
10 years ago
blizzz
94992772b2
Merge pull request #1006 from nextcloud/fix_theming_admin_di
fixes registering of theming settings where server return OC_Defaults…
10 years ago
Robin Appelman
1e7c108bff
handle failed shares
10 years ago
Robin Appelman
3ed01e8459
Lazy init shared storage
10 years ago
Robin Appelman
95570d607c
reuse existing root id
10 years ago
Robin Appelman
e316a7ade7
Allow jail wrappers to lazily initialize the source storage
10 years ago
Robin Appelman
5e44a2d868
Allow storage wrappers to lazily initialize the source storage
10 years ago
Arthur Schiwon
a065fee3ff
fixes registering of theming settings where server return OC_Defaults instead of ThemingDefaults
10 years ago
Arthur Schiwon
056c1ab035
fix wrong var name
10 years ago
Joas Schilling
8b117ee0d7
Merge pull request #965 from nextcloud/master-files-render-hidden-files-hidden
Fix hidden files handling
10 years ago
Roeland Jago Douma
fc6e8bdf3f
Merge pull request #1000 from nextcloud/mail_icon_share
Make e-mail icon visible
10 years ago
Joas Schilling
d1c9f744e1
Move admin settings to workflow section
10 years ago
Arthur Schiwon
baa91809bd
adjust test
10 years ago
Arthur Schiwon
7972fa5527
enlist only registered sections that also have settings registered to
10 years ago
Arthur Schiwon
cb3c1eee97
add section to worklfowengine
10 years ago
Lukas Reschke
ede32a558a
Merge pull request #969 from nextcloud/allow-to-validate-operations
Allow to validate operations
10 years ago
Lukas Reschke
2e857c6d90
Merge pull request #989 from nextcloud/share_js_fixes
Fix some jshint issues in core/js/share*
10 years ago
Roeland Jago Douma
4cc908bf9b
Make e-mail icon visible
Fixes #996
* Make mail icon visible
* Opacity to .5
* Add tooltip
10 years ago
Roeland Jago Douma
8fbec6aae3
Merge pull request #984 from nextcloud/dont-read-server-variable
Remove reading PATH_INFO from server variable
10 years ago
Roeland Jago Douma
555ea93b1c
Fix some jshint issues in core/js/share*
10 years ago
Julius Härtl
8007ea60fb
Merge pull request #982 from nextcloud/uninterpreted-php
Remove uninterpreted PHP
10 years ago
Marius Blüm
69ccb9ff7a
Merge pull request #978 from nextcloud/add-feedback-for-password-change
Add feedback for password change
10 years ago
Marius Blüm
a9697eaf8b
Merge pull request #980 from nextcloud/update-icon
Update federation and update notification icon
10 years ago
Lukas Reschke
d50e7ee36c
Remove reading PATH_INFO from server variable
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
10 years ago
Joas Schilling
75e058e3f2
update composer list
10 years ago
Lukas Reschke
8a6b5a1d86
Remove uninterpreted PHP
This is in an HTML file. The PHP won't be executed 🙈
10 years ago
Morris Jobke
56a9997435
use simple bell as update notification icon
10 years ago
Morris Jobke
1fab954353
Change federation icon to the share icon
10 years ago
Julius Härtl
cb7b44d33d
Merge pull request #971 from nextcloud/theming-fix-service-registration
Fix loading of ThemingDefaults
10 years ago
Morris Jobke
429eb21780
Show hint if password policy disallows password change
10 years ago
Jack Davis
dfb66e1101
25532_issue_password_update_notification_updated ( #25756 )
* 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
10 years ago
Roeland Jago Douma
b1299bb029
Merge pull request #967 from nextcloud/settings_users_js_defines
Fix some jshint errors in settings/users
10 years ago
Joas Schilling
a111181eb3
Validate the operation
10 years ago
Joas Schilling
6d4ede3e84
System tags are not sharing but workflow
10 years ago
Lukas Reschke
365797d4b4
Merge pull request #964 from nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f
[master] In cases where the server dictates the link share expiration…
10 years ago