zulip/frontend_tests/zjsunit
Brock Whittaker dba09c979c Restructure organization settings and permissions.
This restructures organization settings and permissions to be
more accurately grouped and for the permissions page to not be too
long.

CHANGES:

PROFILE:
    (this was split out)
    organization-profile-admin.handlebars:
        form #1:
            name
            description
            (SUBMIT)
        avatar:
            (UPLOAD)
            (DELETE)

SETTINGS:
    organization-settings-admin.handlebars:
        language (mostly untouched)
        message editing:
            time limit/history/retention
        message feed:
            mandatory-topics
            preview images
            preview websites

PERMISSIONS:
    organization-permissions-admin.handlebars
    (mostly stuff was removed)
    Joining:
        restrict domains
        require invite
    User Identity:
        name changes
        email changes
    Streams/Emoji:
        creating streams:
            waiting period (ADDED)
        adding emojis
    (SUBMIT) for whole panel

The profile group (name, description, avatar) were split into a new
page that did not previously exist, and the permissions was stripped
of message settings (message editing, message feed), but keeping the
"waiting period" input and putting it in the "Streams & custom emoji"
section.

Fixes: #5844.
2017-08-28 17:20:13 -07:00
..
finder.js zjsunit: Don't run tests on editor backup files. 2017-03-01 22:43:19 -08:00
i18n.js i18n.js: Fix issue of i18n stub not returning 'translated: ' prefix. 2017-06-29 15:18:08 -04:00
index.js node tests: Extract zrequire helper. 2017-08-09 12:32:09 -07:00
namespace.js node tests: Extract zrequire helper. 2017-08-09 12:32:09 -07:00
output.js Move thirdparty-fonts.css from static/styles to static/third. 2017-03-21 13:40:05 -07:00
render.js deps: Upgrade and move `underscore.js` from `static/third` to `npm` 2017-01-19 17:07:45 -08:00
stub.js node tests: Add with_stub() helper. 2017-03-13 15:09:53 -07:00
zjquery.js Restructure organization settings and permissions. 2017-08-28 17:20:13 -07:00