Eloy Lafuente (stronk7)
8c88830a43
Merge branch 'MDL-43230-master' of git://github.com/ryanwyllie/moodle
2016-10-18 22:35:53 +02:00
Juan Leyva
80e0f0b85b
MDL-56159 webservice: Improve not fully setup and missing pwd checks
...
Removing the check in login/token.php is secure since the
auth_forcepasswordchange is checked in require_login that is called via
validate_context.
The user must be able to get a token even if that setting is on. With
that token we’ll redirect the user to the site or we’ll change the
password when a new WS for that is available.
2016-10-18 09:44:09 +01:00
Matt Davidson
b7374faca6
MDL-43230 badges: manually revoke awarded badges
...
A user can be manually awarded a badge, but if given by mistake an
awarded badge cannot be removed.
2016-10-12 05:06:38 +00:00
Dan Poltawski
c8303131be
Merge branch 'MDL-54682_master' of git://github.com/markn86/moodle
2016-10-11 12:53:11 +01:00
Ryan Wyllie
6b5d0e976a
MDL-56087 message: change conversations to messages
2016-10-11 14:39:24 +08:00
David Monllao
886207f70e
Merge branch 'MDL-55923-master' of git://github.com/jleyva/moodle
2016-10-10 22:57:34 +08:00
David Monllao
e8cd446ecd
Merge branch 'MDL-45388-master' of git://github.com/danpoltawski/moodle
2016-10-10 16:59:06 +08:00
Ryan Wyllie
a038fcf5d6
MDL-55635 message: create notifications page
2016-10-07 16:37:56 +08:00
Mark Nelson
48e8bdba13
MDL-55942 core_message: renamed the term 'people' to 'user'
2016-10-07 16:37:56 +08:00
Ryan Wyllie
7b477f5982
MDL-55813 message: add online/offline help icons on preferences page
2016-10-07 16:26:40 +08:00
Ryan Wyllie
fadb831658
MDL-56028 message: change forced to locked on preferences page
2016-10-07 16:26:40 +08:00
Ryan Wyllie
9d8f6f4af0
MDL-55972 message: confirmation modal when deleting conversation
2016-10-07 16:26:40 +08:00
Ryan Wyllie
eeee7bca80
MDL-55822 message: accessibility improvements for popovers
2016-10-07 16:26:40 +08:00
Ryan Wyllie
99c7f0a731
MDL-55801 message: responsive styling for message app
2016-10-07 16:26:40 +08:00
Ryan Wyllie
0b19d04836
MDL-55812 message: simplify notification popover items
2016-10-07 16:26:40 +08:00
Mark Nelson
89a70ba1a5
MDL-55623 core_message: indicate who the message is from
2016-10-07 16:26:40 +08:00
Mark Nelson
658d0b2fd7
MDL-55770 core_message: remove the send message pop-up
...
Revert "MDL-48933 core_message: New dialog to send a message to a user"
Revert "MDL-48933 core_message: Behat tests to cover messenger dialogs"
2016-10-07 16:26:40 +08:00
Mark Nelson
dd0c1403a1
MDL-55637 core_message: display icon for blocked users
2016-10-07 16:26:40 +08:00
Ryan Wyllie
b6723f5b22
MDL-55595 message: fix message preferences for multiple processors
2016-10-07 16:26:40 +08:00
Mark Nelson
4d1b76ee36
MDL-55638 core_message: add message when there are no contacts
2016-10-07 16:26:40 +08:00
Mark Nelson
812cc6f63f
MDL-54698 core_message: moved 'disable/enable' notifications setting
2016-10-07 16:26:40 +08:00
Ryan Wyllie
8c125526f1
MDL-54698 message: move notifications prefs into own page
2016-10-07 16:26:40 +08:00
Mark Nelson
cd03b8d7f2
MDL-54687 core_message: added search functionality
2016-10-07 16:26:40 +08:00
Ryan Wyllie
4d0fa50125
MDL-54687 message: messaging widget styling
2016-10-07 16:26:40 +08:00
Ryan Wyllie
efa079072c
MDL-54698 message: change preferences to on/off text
2016-10-07 16:26:40 +08:00
Ryan Wyllie
34eb5fcb60
MDL-54698 message: move general settings from preference page
2016-10-07 16:26:40 +08:00
Ryan Wyllie
643b015db2
MDL-54698 message: make processor settings dialogue
2016-10-07 16:26:40 +08:00
Ryan Wyllie
406243381c
MDL-54701 message: add message notification popover
2016-10-07 16:26:40 +08:00
Ryan Wyllie
a0eabdd3c8
MDL-54698 message: make preferences page ajax save
2016-10-07 16:26:40 +08:00
Ryan Wyllie
a0e358a64a
MDL-54708 message: add notification popover to nav bar
2016-10-07 16:26:40 +08:00
Ryan Wyllie
12d8c7b222
MDL-54700 message: added toggle contact button to user profile
2016-10-07 16:20:51 +08:00
Mark Nelson
3090f52f9d
MDL-54687 core_message: added ability to delete messages
2016-10-07 16:20:51 +08:00
Mark Nelson
9aa012b5a1
MDL-54687 core_message: added ability to toggle between tabs
2016-10-07 16:20:51 +08:00
Mark Nelson
879e2bef23
MDL-54687 core_message: created page for new messaging interface
...
This commit introduces the templates, renderer and initial API
that will be used for further development.
2016-10-07 16:20:51 +08:00
Dan Poltawski
586cf92909
MDL-45388 admin: warn of themedesignermode in /admin/ and perf footer
...
This is:
a) To help avoid devs going on a wild goose chase to find a perf issue
when it's caused by css building
b) To make it clearer that this should never be enabled on production
sites (we already have a warning in the performance report, but who
looks at that)
Now that boost is the default theme and builds css itself, it's more
critical.
2016-10-06 11:49:17 +01:00
Juan Leyva
9d382a948e
MDL-55923 webservice: Allow user to sign-out systems on pwd change
2016-10-05 20:34:06 +01:00
Juan Leyva
6a09295857
MDL-55923 webservice: Add global setting for forcing token deletion
2016-10-05 20:34:01 +01:00
Eloy Lafuente (stronk7)
adc77f07c5
Merge branch 'MDL-22078_master' of https://github.com/dmonllao/moodle
2016-10-05 12:22:07 +02:00
David Monllao
8643c576c7
MDL-22078 course: Complete proposed patch
...
- New site setting to define the default course duration (used to set
the default end date for some course formats)
- End date setting out of restore
- Fix tool_uploadcourse
- Other fixes here and there
2016-10-05 12:31:05 +08:00
Andrew Nicols
2a864ee9a8
Merge branch 'MDL-56092-master' of git://github.com/jleyva/moodle
2016-10-05 08:30:35 +08:00
Eloy Lafuente (stronk7)
8497955eb4
Merge branch 'MDL-56126-master' of git://github.com/jleyva/moodle
2016-10-05 01:05:27 +02:00
Dan Poltawski
6658ef6cd9
Merge branch 'MDL-55404-master' of git://github.com/cameron1729/moodle
2016-10-04 18:23:36 +01:00
Dan Poltawski
867b1fad2f
Merge branch 'MDL-45890_m32v3' of https://github.com/sbourget/moodle
2016-10-04 13:11:37 +01:00
Juan Leyva
3e8145a37a
MDL-56126 user: New WS core_user_agree_site_policy
...
This commit includes a change in moodlelib to throw the
sitepolicynotagreed exception in a way that can be captured and
identified by external systems.
2016-10-04 10:20:59 +01:00
Juan Leyva
83e4dc1796
MDL-56092 core_auth: New WS core_auth_confirm_user
2016-10-04 09:50:32 +01:00
Juan Leyva
4e2f7e0cd8
MDL-56092 auth_email: New WS auth_email_get_signup_settings
2016-10-04 09:50:03 +01:00
Eloy Lafuente (stronk7)
b8c241b1fd
Merge branch 'MDL-56172-master' of git://github.com/danpoltawski/moodle
2016-10-04 00:53:02 +02:00
Dan Poltawski
e22ce8ab82
Merge branch 'MDL-56181-master-czechia' of git://github.com/mudrd8mz/moodle
2016-10-03 16:43:52 +01:00
Andrew Nicols
dbab30b127
MDL-55767 competency: Deprecate langstring and replace
2016-10-03 12:59:32 +08:00
Damyon Wiese
9e14057444
MDL-55767 competencies: Better exceptions for persistent
...
The persistent exceptions "squash" all the details and only display
them to developers. This leads to generic "Invalid persistent" messages
with no explanation. Instead lets include the message detail always.
2016-10-03 12:01:56 +08:00