Giter Site home page Giter Site logo

esn-frontend-admin's People

Contributors

alagane avatar asmanode avatar atan-linagora avatar fabienmoyon avatar michaelbailly avatar pbson avatar piavgh avatar ppppbn avatar renaudboyer avatar rezk2ll avatar tanandy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esn-frontend-admin's Issues

Unable to upload logo in theme selection

Debug: glitch is here https://github.com/OpenPaaS-Suite/esn-frontend-admin/blob/main/src/linagora.esn.admin/app/themes/admin-themes.controller.js#L117 :

if (file.size < config.maxSizeUpload) {

should be replaced with

if (file.size < config) {

BE Carefull : someone changed the other way round in this PR: https://ci.linagora.com/linagora/lgs/openpaas/linagora.esn.admin/commit/7159591d9f0b71928e7137f0c2df7c7ec59a1e71 . Certainly because the data structure that we get back from esnConfig('core.maxSizeUpload', MAX_SIZE_UPLOAD_DEFAULT) is not the same when the result comes from datastore and when the result comes from default value.

Add default value for settings

When accessing domain settings, user should have a default value setting.

It allows setting to be reset to platform value.

TODO: Define exhaustive list of settings to fix

Message quarantine doesn't work

Steps to reproduce

  1. Login as an admin in https://dev.open-paas.org
  2. Go to "Quarantine > Settings" in the feature list in the sidebar
  3. Create a new rule that will quarantine messages that contain "Test the quarantine feature" that will be applied to "Sender", "Recipients", "Content"
  4. Go to the Inbox SPA, send a message to the outside that contains "Test the quarantine feature"

Current behaviour

The message is still sent normally.

Expected behaviour

The message should be quarantined and blocked from being sent.

Environment

Create the OIDC configuration screens

Based on the documentation at https://ci.linagora.com/linagora/lgs/openpaas/openpaas-doc/blob/0691cf87f12b10d8e8ffc29c49e623908bc832bb/_docs/apis/auth/openid-connect.md#oidc-configuration (Related merge request: https://ci.linagora.com/linagora/lgs/openpaas/openpaas-doc/merge_requests/85#diff-content-e7b75dc08f4759bc5a72b463e809ed2b53cf4780), the administrator must be able to manage the OpenIDConnect clients from an administration page.

For each client, parameters are:

"client_id": String, Required
"client_secret": String, Required
"issuer_url": URL, Required
"authorization_url": URL, Optional
"token_url": URL, Optional
"user_info_url": URL, Optional
"end_session_endpoint": URL, Optional
  • The form is submitted to the configuration API as defined in the documentation
  • The page must allow to add/remove/update a client

Cannot add multiple emails in a group mail

Actual Result

It allows adding 1 email each time to the mailing list. This is inconvenient.
Peek 2020-11-19 10-07

Expected Result

It should be able to add multiple emails to the mailing list one time.

Environment

DEV platform

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.