Andrew Nicols
dcfae879e9
MDL-51172 core: Adjust WS help strings
2015-09-24 15:37:12 +02:00
Juan Leyva
48a90a215b
MDL-51415 webservice: Check course access using can_access_course()
...
This function check both user enrolled and course:view capabilities
2015-09-22 15:29:49 +02:00
Daniel Neis Araujo
e71a336cac
MDL-51182 webservices: generate passwords and mail them to new users
2015-09-18 15:40:07 -03:00
Juan Leyva
1c2b788256
MDL-49796 webservices: Fix the functions description
2015-07-14 11:31:57 +02:00
Eloy Lafuente (stronk7)
522eff0d30
Merge branch 'MDL-49499-master' of git://github.com/jleyva/moodle
2015-04-07 17:29:15 +02:00
Juan Leyva
214102d09e
MDL-49498 user: New external function core_user_view_user_list
2015-04-02 17:03:03 +02:00
Juan Leyva
94dcab769b
MDL-49499 user: New external function core_user_view_user_profile
2015-04-02 16:57:43 +02:00
Juan Leyva
4bf3a71380
MDL-48443 webservices: Prevent duplicated user devices
2015-03-20 14:45:04 +01:00
Juan Leyva
3221718eda
MDL-48716 webservices: New ws core_user_remove_user_device
2015-02-19 15:15:18 +01:00
David Monllao
5bb0ee2a7a
MDL-43535 webservices: Adding missing deprecated WS
...
- enrol_manual needs a version bump to execute
external_update_descriptions()
- core_user_get_users_by_id() is now also marked
as deprecated
2015-02-12 10:13:36 +08:00
David Monllao
3c1aa6fdfb
MDL-43535 webservices: Marking functions as deprecated
...
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.
2015-02-09 05:42:22 +08:00
Juan Leyva
a1bacaf13d
MDL-45041 Web Service: add_user_device doesn't store entries for different users using the same push key
2014-07-25 10:35:24 +02:00
Rajesh Taneja
2b55cb1b18
MDL-45641 event: Option to trigger user event manually
...
On some pages full user data is not stored before user_created/
user_updated event is triggred. So giving option to trigger that
manually, so it can be triggred after all data is saved
2014-06-27 15:44:56 +08:00
Sam Hemelryk
a2ed6e69f9
MDL-44255 user: tidied up phpdocs and coding style
2014-02-24 09:23:47 +13:00
Mark Nelson
8bf0f20795
MDL-42932 core_calendar: introduced calendar type system setting
2013-12-09 18:40:46 -08:00
Dan Poltawski
6ca388028e
Revert "MDL-42932 core_calendar: introduced calendar type system setting"
...
This reverts commit bb32a499e10abc3bb88e715fb0575e5b7fb66e8e.
2013-12-03 14:57:10 +08:00
Mark Nelson
bb32a499e1
MDL-42932 core_calendar: introduced calendar type system setting
2013-11-25 23:11:17 -08:00
Juan Leyva
6a403810b9
MDL-41914 New webservice core_user_add_user_device
2013-10-04 11:43:45 +02:00
Damyon Wiese
9ffa4cb3a6
MDL-22236 user webservice: add_user_private_files
...
Add webservice for adding files to user private files.
2013-08-08 12:05:40 +08:00
Frederic Massart
0d352dbcdd
MDL-40424 user: Incorrect use of named parameters
2013-07-17 11:52:47 +10:00
Eloy Lafuente (stronk7)
fb1788c598
Merge branch 'MDL-40424-master' of git://github.com/FMCorz/moodle
...
Conflicts:
admin/oacleanup.php
2013-07-17 01:21:51 +02:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Frederic Massart
2e4c0c9181
MDL-40424 libraries: Deprecate context_instance_preload_sql()
2013-07-12 17:41:49 +08:00
Ankit Agarwal
db314f34fb
MDL-40425 libraries: Remove context_instance_preload() from core
2013-07-09 15:55:51 +08:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08:00
Ankit Agarwal
0601e0eef6
MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core
2013-07-04 15:41:06 +08:00
Jerome Mouneyrac
63c7be350b
MDL-34434 Change the texts saying that we'll be removing web service deprecated functions from 2.5
2013-04-17 12:13:04 +08:00
Jerome Mouneyrac
41f5285f16
MDL-38030 new core_user_get_users_by_field function deprecates core_user_get_users_by_id
2013-04-05 13:14:49 +08:00
Damyon Wiese
503c14a612
MDL-29938 Remove tabs (Grrr!)
2013-02-19 10:47:04 +08:00
Jerome Mouneyrac
85e6bf8e71
MDL-29938 throw exception when a criteria is repeated, used self instead classname when possible, return only not deleted users
2013-02-15 11:03:13 +08:00
Jerome Mouneyrac
0c34e8034d
MDL-29938 ignore invalid keys
2013-02-11 13:58:00 +08:00
Jerome Mouneyrac
bb1105ae31
MDL-29938 Fix typo bypassing some code + remove misplaced code in deprecated function + some code cleaning
2013-02-11 13:57:59 +08:00
Jerome Mouneyrac
ec80bc6bf8
MDL-29938 don't validate return user info against PARAM_USERNAME as PARAM_USERNAME only apply to manual authentication (and web service)
2013-02-11 13:57:59 +08:00
Jerome Mouneyrac
b0365ea5d1
MDL-29938 get_users - search users external function
2013-02-11 13:57:59 +08:00
Jerome Mouneyrac
c70b9853da
MDL-35543 modify get_users to get_users_by_field (more complex search function named get_users will be implemented later - focussing yet on retrieving user info for a specified field)
2012-10-30 11:36:29 +08:00
Fábio Souto
8647711201
MDL-29938 implement core_user_get_users as unification
...
unifies core_user_get_users_by_id and get_course_user_profiles
Conflicts:
user/lib.php
2012-10-29 12:00:40 +08:00
Crafton Williams
3a3f3b223f
MDL-33869 user_get_user_details: allow return of idnumber
2012-07-31 10:24:35 +08:00
Frederic Massart
4373103084
MDL-34460 Librairies: Replaced deprecated get_context_instance()
2012-07-26 13:23:28 +08:00
Dan Poltawski
5082d87c03
Merge branch 'wip-mdl-32940' of git://github.com/rajeshtaneja/moodle
2012-07-24 13:39:59 +08:00
Rajesh Taneja
61cca0b7fc
MDL-32940 libraries: Replaced deprecated PARAM_NUMBER with PARAM_FLOAT
2012-07-23 17:21:05 +08:00
Dan Poltawski
a5c8e33122
Merge branch 'wip-mdl-32945' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:35:24 +08:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Jerome Mouneyrac
93ce0e8296
MDL-32581 support additional format field with all text field in extrnal lib function + new possible ws params to decide how format is returned (which are stored in a singleton)
2012-05-31 12:31:27 +08:00
Sam Hemelryk
ab45e3b491
Merge branch 'MDL-31762' of git://github.com/mouneyrac/moodle
2012-05-02 17:52:13 +12:00
Jerome Mouneyrac
4615817d1c
MDL-30986 external API, check and update DocBlock
...
Conflicts:
group/externallib.php
2012-04-30 15:11:56 +08:00
Jerome Mouneyrac
45b4464c76
MDL-31762 username should be lowercase and check against PARAM_USERNAME when creating/updating user by web service
2012-04-24 15:09:37 +08:00
Aparup Banerjee
615abdda9f
MDL-25027 web service: moved validation to before changes to DB transaction.
2012-02-29 09:56:08 +01:00
Aparup Banerjee
25eb90908e
MDL-25027 Web Service: added email validation to create_users() - just like GUI
2012-02-21 15:23:57 +08:00
Aparup Banerjee
99b1e292fe
MDL-25027 Web Service: removed user info(firstname,lastname) truncation for GUI-WS consistency.
...
Currently there is no validation on user info (firstname/lastname) in user/editadvanced_form.php
2012-02-21 15:08:15 +08:00