moodle/admin
Damyon Wiese ba224fb42c MDL-50783 Ajax: Configure how to call a webservice through db/service.php
Now the db/service.php array can contain these extra keys to provide information
on how a webservice may be called:

    'ajax' => true (Default is false)

Replaces the xx_is_allowed_from_ajax callback.

    'loginrequired' => false (Default is true)

Means that this webservice can be called through lib/ajax/service-nosession.php
which sets NO_MOODLE_COOKIES to true (faster). This is only safe for webservices returning
static public data (e.g. get_string).
2015-09-14 15:10:21 +08:00
..
cli MDL-46167 admin_cli: allow skipping of database installation 2015-07-04 19:15:50 +00:00
mnet MDL-18183 mnet: Option to verify peer and host of MNet peer using HTTPS 2014-11-21 11:33:16 +08:00
registration MDL-49956 admin: removed unused get_string() params 2015-04-24 08:33:38 +08:00
roles MDL-38763 core_role: AMD module for managing permissions 2015-09-01 07:31:58 +02:00
settings MDL-49280 auth: Rewording duplicate emails setting 2015-08-20 12:56:11 +08:00
tests/behat MDL-49799 behat: replaced asd.com with example.com 2015-04-20 11:21:20 +08:00
tool MDL-50783 Ajax: Configure how to call a webservice through db/service.php 2015-09-14 15:10:21 +08:00
user MDL-49309 user: sort cohorts by name in bulk user actions 2015-03-13 12:29:39 +02:00
webservice MDL-49379 core_webservice: fixed ability to edit services 2015-03-04 01:36:45 -08:00
auth.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
auth_config.php MDL-42231 auth: custom profile fields to support numbers at the end. 2014-08-19 02:41:41 +02:00
blocks.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
category.php MDL-48823 admin: Just one admin tree reload after settings changes 2015-01-21 10:41:23 +08:00
courseformats.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
cron.php MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
editors.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
enrol.php MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere 2013-11-06 16:40:01 +00:00
environment.php MDL-46811 update download.moodle.org url to https 2014-09-09 16:17:32 +01:00
environment.xml Merge branch 'MDL-50416-master' of git://github.com/lameze/moodle 2015-08-04 20:04:27 +02:00
filters.php MDL-42512 finally fix the indentation of filter management page 2013-11-04 08:28:51 +01:00
index.php MDL-50973 admin: do not throw exception on /admin/ 2015-08-01 17:37:24 +08:00
lib.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
licenses.php
localplugins.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
mailout-debugger.php
message.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
modules.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
oauth2callback.php
phpinfo.php MDL-50415 Admin: added the PHP Variables section in the PHPinfo page. 2015-05-30 07:04:46 +02:00
plagiarism.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
plugins.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
portfolio.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
process_email.php
purgecaches.php MDL-27655 improve purge all caches. 2013-08-08 09:59:55 +01:00
qbehaviours.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
qtypes.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
renderer.php MDL-49377 admin: Recommend keeping the site updated to latest version 2015-03-30 23:15:54 +02:00
reports.php MDL-44596 logging: Improve management interfaces for reports and stores 2014-03-26 09:12:42 +08:00
repository.php MDL-45619 repository: corrections to uninstall, display link 2015-03-04 18:42:16 -05:00
repositoryinstance.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
resetemoticons.php
search.php MDL-45772 admin: Stop browsers from autofilling passwords incorrectly 2015-08-04 09:54:34 +08:00
settings.php MDL-45772 admin: Stop browsers from autofilling passwords incorrectly 2015-08-04 09:54:34 +08:00
thirdpartylibs.php MDL-42148 new overview of 3rd party libraries 2013-10-16 14:48:29 +08:00
timezone.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
tools.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
upgradesettings.php MDL-45772 admin: Stop browsers from autofilling passwords incorrectly 2015-08-04 09:54:34 +08:00
user.php MDL-49742 lib: Removed additional names on tables for sorting. 2015-05-15 15:29:52 +08:00