aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-instance/contact-admin-modal.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* We don't need services anymore for validatorsChocobozzz2020-08-171-6/+11
|
* Migrate to $localizeChocobozzz2020-08-141-5/+3
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Reorganize client shared modulesChocobozzz2020-06-231-4/+3
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-1/+7
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-1/+3
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Update translationsChocobozzz2019-01-101-1/+6
|
* Implement contact form in the clientChocobozzz2019-01-101-0/+72