David Mudrák
db723ad066
MDL-67748 admin: Move the web service token form to its own file
2021-03-15 21:21:43 +01:00
Charles YVANES
458453cee0
MDL-29895 core: removed require_login() when not needed
2018-09-10 11:22:50 +02:00
John Okely
ad2ae6e3db
MDL-28574 webservices: Add new capability for managing all tokens
2017-07-31 09:55:04 +08:00
Jan Dageförde
0c62ca2563
MDL-28574 webservice: Allow admins to manage tokens created by others.
...
Until now, admins could only modify (or even see) tokens they have
created themselves. Tokens created by other users or even other admins
were invisible unless you were looking into the database. In case there
are former admins, their successors can be unable to inspect or delete
existing tokens.
2017-07-31 09:54:33 +08:00
Dan Poltawski
0cbeea2b96
Merge branch 'MDL-34455-master-integration' of git://github.com/FMCorz/moodle
2012-07-24 16:01:00 +08:00
Frederic Massart
bf006d2c15
MDL-34455 Libraries: Replaced deprecated get_context_instance()
2012-07-23 14:33:02 +08:00
Rajesh Taneja
405aca3532
MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT
2012-07-19 15:46:10 +08:00
Jerome Mouneyrac
94b9dad79d
MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.
2011-12-15 00:46:21 +08:00
Eloy Lafuente (stronk7)
6e9cd6698e
MDL-27723 whitespace cleanup of admin directory
2011-06-05 19:35:42 +02:00
jerome mouneyrac
fc0c3d6fbe
webservice MDL-24372 manage token doesn't appear twice in the admin menu when create a new token
2010-10-06 02:25:32 +00:00
jerome mouneyrac
a089b8d131
webservice MDL-23438 do not create a token for a user if the service doesn't allow him
2010-09-24 07:06:47 +00:00
jerome mouneyrac
a44460b5ef
webservice MDL-23438 do not create a token for a user if the service doesn't allow him
2010-09-24 07:05:39 +00:00
jerome mouneyrac
de55d4695e
webservice MDL-24230 fix /admin/ into $CFG->admin + /lib/ into $CFG->libdir
2010-09-24 02:45:39 +00:00
jerome mouneyrac
9c954e883b
webservice MDL-21908 admin: use renderer into token pages + a bit of code cleaning
2010-07-27 03:53:55 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
Jamie Pratt
2822f40ae2
MDL-21894 "move functionality to create a token into function in externallib.php so it can be used when creating tokens for embedded applications" also fixed MDL-21893 "Errors in code for checking capability when creating token for service with requiredcapability" which I came across while re
2010-03-22 14:20:18 +00:00
jerome mouneyrac
a3103a10b3
webservice MDL-21351 fix navigation bar (add link to make the navigation easier)
2010-01-20 07:20:03 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
jerome mouneyrac
d69f5012c9
webservice MDL-20805 fix sql column naming
2010-01-14 08:40:32 +00:00
jerome mouneyrac
bff11d2953
webservice MDL-20805 add token authentication method to test client (+ use token constant)
2010-01-13 10:10:27 +00:00
jerome mouneyrac
8c594bbb11
webservice MDL-20805 add missing exception string message
2010-01-13 04:03:52 +00:00
jerome mouneyrac
5eacbd4be4
webservice MDL-20805 added token creation page in user profil (with service required capability check and moodle/webservice:createtoken capibility check)
2010-01-12 10:34:52 +00:00
jerome mouneyrac
15e417fe1f
webservice MDL-20805 added token creation page
2010-01-11 08:23:39 +00:00
jerome mouneyrac
5ae9f53976
webservice MDL-20805 add admin token page. To do: create and delete operation + context support
2010-01-06 09:33:05 +00:00