- 16 Mar, 2021 1 commit
-
-
David Mudrák authored
The previous implementation falsely reported all implicit capabilities inherited from the authenticated user archetype. That caused a lot of capabilities reported as missing, even if they were correctly granted. This new implementation uses a different logic. Instead of seeking for explicitly assigned capabilities, it searches for capabilities that are not assigned to any of the user's role across the system. Please refer to the inline documentation. This should be still used for informative reports only, not for actual permissions evaluation. The context has been ignored here, as well as all the overrides etc. This patch just makes it a lesser evil.
-
- 23 Sep, 2020 1 commit
-
-
dani authored
-
- 30 Aug, 2019 1 commit
-
-
Juan Leyva authored
-
- 21 Aug, 2019 1 commit
-
-
Juan Leyva authored
-
- 16 Jul, 2019 1 commit
-
-
Mark Nelson authored
This allows for better caching capabilities on servers. If a cache key is passed and the web service call does not require the user to be logged in we will attempt to use GET for the request. This allows for things like proxy caching on URLs. The cache key must be changed if we do not want to retrieve what has been cached and want to perform the request again.
-
- 07 Feb, 2019 1 commit
-
-
Juan Leyva authored
-
- 16 Oct, 2017 1 commit
-
-
Marina Glancy authored
-
- 20 Jun, 2017 1 commit
-
-
Juan Leyva authored
-
- 14 Oct, 2016 1 commit
-
-
Juan Leyva authored
Private tokens are generated at the same time that the token. They must be stored safely by the ws client, and they must be transmitted only via https.
-
- 28 Sep, 2016 1 commit
-
-
dani authored
-
- 01 Jul, 2016 1 commit
-
-
Juan Leyva authored
The 'private' file area is not supported anymore, only 'draft' is supported right now.
-
- 21 Jun, 2016 1 commit
-
-
Juan Leyva authored
component, filearea and itemid are now optional parameters. In some contexts those parameteres are not necessary because is not required to do a file rewrite via file_rewrite_pluginfile_urls
-
- 15 Jun, 2016 1 commit
-
-
Juan Leyva authored
-
- 17 May, 2016 1 commit
-
-
Cameron Ball authored
-
- 27 Apr, 2016 1 commit
-
-
Cameron Ball authored
-
- 21 Mar, 2016 1 commit
-
-
Cameron Ball authored
Let it RIP.
-
- 16 Feb, 2016 1 commit
-
-
jun authored
-
- 05 Jan, 2016 2 commits
-
-
Juan Leyva authored
-
Cameron Ball authored
-
- 09 Dec, 2015 2 commits
-
-
Dan Poltawski authored
-
Additional fixes.
-
- 06 Oct, 2015 1 commit
-
-
Juan Leyva authored
-
- 05 Oct, 2015 1 commit
-
-
David Monllaó authored
-
- 16 Apr, 2015 1 commit
-
-
Juan Leyva authored
-
- 09 Feb, 2015 1 commit
-
-
David Monllaó authored
Also: - We don't allow users to add deprecated functions to WS - We show a debugging message when deprecated functions are already being used in web services.
-
- 20 Mar, 2014 1 commit
-
-
Petr Škoda authored
This will help us hack around some nasty webservice problems, such as require_login() and it will be used to set proper 'ws' origin in logged events.
-
- 08 Aug, 2013 1 commit
-
-
Damyon Wiese authored
Via post to /webservice/upload.php
-