This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
Wilhansen Li e0f970326f Implement SSO overriding avatars.
Implemented by having Discourse download the image from the provided URL
and treating it as a custom upload.

Adds two more parameters to the SSO site’s response:

* `avatar_url` specifies the URL of the overriding avatar.
* `avatar_force_update` Discourse does not re-download avatars that
has already been download from the same URL. Setting this to true forces
Discourse to re-download the avatar in `avatar_url`

Note that both parameters are ignored if `sso_overrides_avatar` is set
to false.
2014-08-19 15:53:34 +08:00
..
components UX: Allow users to tab to the activity column 2014-08-18 14:44:31 -04:00
controllers Implement SSO overriding avatars. 2014-08-19 15:53:34 +08:00
dialects Fix: block parser now uses regexes for end tags. solves code block case, where end tag must be on a line of its own. 2014-08-14 01:58:01 +02:00
ember ES6: grouped-each helper and moved event dispatcher to an initializer 2014-08-13 16:46:59 -04:00
helpers FIX: make filter bindable 2014-08-19 16:50:30 +10:00
initializers ES6: grouped-each helper and moved event dispatcher to an initializer 2014-08-13 16:46:59 -04:00
lib FIX: Admin group search was failing 2014-08-18 14:08:21 -04:00
mixins ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
models FIX: make filter bindable 2014-08-19 16:50:30 +10:00
routes Merge pull request #2659 from riking/wrong-progress-pos 2014-08-18 11:30:09 -04:00
templates Implement SSO overriding avatars. 2014-08-19 15:53:34 +08:00
views UX: Allow users to tab to the activity column 2014-08-18 14:44:31 -04:00