aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/logs/logs.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for client to create server logsChocobozzz2022-07-181-3/+3
|
* Add ability to filter logs by tagsChocobozzz2021-10-201-12/+21
|
* Fix client lintChocobozzz2021-08-171-5/+5
|
* Remember last log typeChocobozzz2021-02-181-3/+15
|
* Don't display log level in audit logs viewChocobozzz2020-12-301-1/+1
|
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-281-8/+11
|
* Migrate to $localizeChocobozzz2020-08-141-13/+11
| | | | | | | | | | | | * 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-3/+3
|
* Serve audit logs to clientChocobozzz2019-12-111-1/+23
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Fix privacy warning position on mobileChocobozzz2019-04-151-1/+1
|
* Add logs page in clientChocobozzz2019-04-111-0/+111