Andrew Nicols
8cba8d1a58
MDL-64049 core: Cache prefs for current user
...
We were already caching these preferences when a user object is provided
to get_user_preferences, or when $USER is provided.
This changee swaps get_user_preferences to use the global USER object
when the USER->id matches the userid supplied to the function.
2018-11-19 11:23:59 +08:00
Peter
29cfe7a527
MDL-62415 repo_filepicker: Display search results in tree view
...
Disable overriding call to list all files in tree view and show search results instead
2018-11-09 09:28:28 +08:00
Eloy Lafuente (stronk7)
ef9073bb66
NOBUG: Fixed file access permissions
2018-11-02 21:08:46 +01:00
Eloy Lafuente (stronk7)
0a33e41562
NOBUG: Fixed SVG browser compatibility
2018-11-02 21:08:44 +01:00
Damyon Wiese
e8da9f7fdf
MDL-58943 repository_nextcloud: Remove return types
...
FILE_EXTERNAL and FILE_REFERENCE are not supported at this time.
Minor php coding style changes.
2018-10-31 14:38:28 +08:00
Jan Dageförde
4354a4286a
MDL-58943 nextcloud: translatable exception messages
2018-10-31 10:42:58 +08:00
Tobias Reischmann
3e3e120d3a
MDL-58943 oauth2: Added nextcloud to standard issuers
...
* New button allows to create standard issuer for nextcloud
* Since the endpoints url has to be https and nextcloud relys on the
baseurl to create the endpoints, the baseurl of issuers has now to be
https as well (or empty).
* Google's baseurl was changed to https (there was no reason not to),
whereas Facebook and Microsoft baseurls remain empty.
* In case of the creation of a nextcloud issuer, the baseurl is
required.
* Nextcloud requires the baseurl, therefore a parameter is added to
create_standard_issuer($type, $baseurl = false). That parameter not
required (or used) for anything but Nextcloud.
2018-10-31 10:42:58 +08:00
Jan Dageförde
f6df2a884e
MDL-58943 repository: Add repository_nextcloud to core plugins
2018-10-31 10:42:57 +08:00
Nina Herrmann
b4e24a82db
MDL-58943 repository: Add repository_nextcloud
...
Based on repository_owncloud from
https://github.com/learnweb/moodle-repository_owncloud at 5b5fdbb.
Differences to the original:
* Renamed to repository_nextcloud
* Updated version.php for core
* Removed compatibility polyfills (webdav, privacy)
* Removed boilerplate files (e.g. README, CI config)
* Implement null_provider for privacy API as personal data is neither
stored nor transmitted to the external system
2018-10-31 10:42:57 +08:00
Michael Hawkins
6bd65daa5c
MDL-63538 repository_onedrive: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:41 +02:00
Michael Hawkins
589d2bd4cb
MDL-63538 repository_youtube: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:40 +02:00
Michael Hawkins
d7eaf03898
MDL-63538 repository_wikimedia: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:40 +02:00
Michael Hawkins
3d743dfad3
MDL-63538 repository_picasa: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:39 +02:00
Michael Hawkins
9db4768abe
MDL-63538 repository_merlot: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:39 +02:00
Michael Hawkins
580d1449d7
MDL-63538 repository_googledocs: Support removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:38 +02:00
Michael Hawkins
a80212142e
MDL-63538 repository_flickr_public: Support removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:38 +02:00
Michael Hawkins
42c742eb2e
MDL-63538 repository_flickr: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:38 +02:00
Michael Hawkins
6116a831c9
MDL-63538 repository_dropbox: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:37 +02:00
Michael Hawkins
2d15655c47
MDL-63538 repository_boxnet: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:48:37 +02:00
Mihail Geshoski
3952ace59f
MDL-63536 core_repository: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-22 12:48:36 +02:00
Jun Pataleta
5ce76aa2b6
NOBUG: Fixed SVG browser compatibility
2018-10-05 10:29:00 +08:00
Luca Bösch
c789dd4f55
MDL-63426 repository_dropbox: Use post 2017 icon
2018-09-27 18:12:00 +02:00
Helen Foster
24a29d720c
MDL-63249 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* completionpass_help, gradetopassnotset in mod_quiz - grade to pass set
in quiz settings not gradebook
* namecolumnmissing,core_cohort - fixing incorrect message about adding
users to a cohort
2018-09-04 08:40:48 +02:00
Eloy Lafuente (stronk7)
cd69396ab4
NOBUG: Fixed SVG browser compatibility
2018-08-10 13:21:49 +02:00
Luca Bösch
ce3c772677
MDL-62237 repositories: Add SVG icons for built-in repositories
2018-08-03 14:20:55 +02:00
Mihail Geshoski
b4d5080892
MDL-57666 repositories: Error when copying file from Dropbox repository
2018-07-30 09:28:48 +08:00
David Monllao
5edfece170
Merge branch 'MDL-62037-master' of https://github.com/lethevinh/moodle
2018-07-09 13:48:47 +02:00
vinhle
4dbc8c30a3
MDL-62037 Filepicker: Review image not change when overwrite same
2018-07-06 17:49:10 +07:00
Helen Foster
9722f6a25e
MDL-62763 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* various strings in tool_dataprivacy and tool_policy - 'Data Protection
Officer' changed to 'privacy officer'
* idnumbermod_help,core - mentioning resource and custom reporting
2018-07-02 11:15:26 +02:00
Eloy Lafuente (stronk7)
00977e984e
MDL-62478 upgrade: add 3.5.0 separation line to all upgrade scripts
2018-05-28 13:15:48 +02:00
Eloy Lafuente (stronk7)
57ea6753d3
MDL-62361 versions: bump all versions and requires near release
...
version = 2018051400 release version
requires= 2018050800 current beta+ (week4roll1) version
2018-05-09 02:46:30 +02:00
Helen Foster
970c1a4bf1
MDL-62181 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* sitepolicies, core_admin - 'Site policies' changed to 'Site security
settings'
* processexpirationstask, enrol_paypal - more explanatory name
* sitepolicy_help and sitepolicyguest_help, core_admin - setting will
only have an effect if the site policy handler is set to default
* sitepolicyhandler_desc,core_admin - improved wording
* pathtodot_help, core_admin - Windows and Mac paths
* debugstringids_desc, core_admin - improved explanation
2018-04-24 22:05:30 +02:00
Zig Tan
202ec23a1f
MDL-61568 repository_flickr: Fix oauth secret export
2018-04-19 14:33:26 +08:00
Zig Tan
ef43b1d4d6
MDL-61568 core_repository: Implement privacy providers
2018-04-18 13:43:53 +08:00
Zig Tan
d87e16435e
MDL-61568 repository_onedrive: Implement privacy providers
2018-04-18 13:43:53 +08:00
Zig Tan
59f6980201
MDL-61568 repository_youtube: Implement privacy providers
2018-04-18 13:43:53 +08:00
Zig Tan
a7b8587136
MDL-61568 repository_wikimedia: Implement privacy providers
2018-04-18 13:43:44 +08:00
Zig Tan
b703ef4498
MDL-61568 repository_picasa: Implement privacy providers
2018-04-18 13:40:35 +08:00
Zig Tan
015b3974e7
MDL-61568 repository_merlot: Implement privacy providers
2018-04-18 13:40:34 +08:00
Zig Tan
b9118a7481
MDL-61568 repository_googledocs: Implement privacy providers
2018-04-18 13:40:34 +08:00
Zig Tan
1e251bd424
MDL-61568 repository_flickr_public: Implement privacy providers
2018-04-18 13:40:34 +08:00
Zig Tan
35bf4711bb
MDL-61568 repository_flickr: Implement privacy providers
2018-04-18 13:40:17 +08:00
Zig Tan
8faeb25214
MDL-61568 repository_dropbox: Implement privacy providers
2018-04-17 10:26:50 +08:00
Zig Tan
435e4e2a30
MDL-61568 repository_boxnet: Implement privacy providers
2018-04-17 10:26:50 +08:00
Zig Tan
cbee83840f
MDL-61568 repository_webdav: Implement null privacy provider
2018-04-17 10:26:49 +08:00
Zig Tan
e196d31789
MDL-61568 repository_user: Implement null privacy provider
2018-04-17 10:26:49 +08:00
Zig Tan
05c15ed931
MDL-61568 repository_url: Implement null privacy provider
2018-04-17 10:26:49 +08:00
Zig Tan
ec2ccabf56
MDL-61568 repository_upload: Implement null privacy provider
2018-04-17 10:26:49 +08:00
Zig Tan
63cc353a06
MDL-61568 repository_skydrive: Implement null privacy provider
2018-04-17 10:26:49 +08:00
Zig Tan
013149f1a2
MDL-61568 repository_s3: Implement null privacy provider
2018-04-17 10:26:49 +08:00