summaryrefslogtreecommitdiffstats
path: root/core/img
Commit message (Collapse)AuthorAgeFilesLines
* fix: Adapt icon color to new default for mime iconsJulius Härtl2024-07-251-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat: support excalidraw fileHoang Pham2024-07-251-0/+1
| | | | Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
* fix(core): package-x-generic svg width and heightJohn Molakvoæ2024-05-311-1/+1
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(theming): replace standard generic package icon by material designskjnldsv2024-05-301-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Feat: Fix pdf iconMarco Ambrosini2024-05-131-4/+2
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
* fix(icons): Update files iconprovokateurin2024-05-031-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat: Add more new mdi iconsChristopher Ng2024-03-273-3/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add new icon-filetype-text and icon-add-folder-descriptionChristopher Ng2024-03-201-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Use default grey for text as background-image url svgs do not support ↵Christopher Ng2024-03-201-1/+1
| | | | | | CSS variables Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Add mdi mimetype svgsChristopher Ng2024-03-205-5/+22
| | | | | | | | | | - article for text - description for x-office-document - file-table-box for x-office-spreadsheet - file-presentation-box for x-office-presentation - drawing-box for x-office-drawing Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Rename circles to teamsJulius Härtl2024-03-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(core): Convert text to path in f-droid banner SVGFerdinand Thiessen2024-02-261-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-2281-81/+81
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix default icon: should be white instead of blackBenjamin Gaussorgues2023-11-131-1/+1
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* remove stroke= and style= attributes from dashboard.svgPrivate Maker2023-09-181-1/+1
| | | | Signed-off-by: Private Maker <privatemaker@posteo.net>
* fix: Add icon for font filesFerdinand Thiessen2023-08-031-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Add border around favorite marker to ensure contrast ↵Ferdinand Thiessen2023-06-061-0/+1
| | | | | | requirements are met Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(assets): Optimize PNGs with optipng 0.7.7Joas Schilling2023-04-2419-0/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-24177-193/+178
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat: Add notes as recommended appJulius Härtl2023-03-021-0/+1
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(ui): Fix and optimize more SVGsJoas Schilling2023-01-052-5283/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(ui): Fix SVG mail icon missing width and heightJoas Schilling2023-01-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Chang mail icon to the material design icongreta2022-12-061-1/+1
| | | | Signed-off-by: greta <gretadoci@gmail.com>
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-293-1/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add mastodon personal info fieldCarl Schwan2022-11-211-0/+40
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add missing viewbox to SVGsJoas Schilling2022-09-2026-25/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Expose core background imageJulius Härtl2022-08-191-0/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add back the deleted.png file as SVG forwarding doesn't work for /core/imgAnna Larch2022-06-081-0/+0
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat: add x-office-form-template and x-office-form iconsLuka Trovic2022-06-072-0/+10
| | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* Migrate to static icons coloursJohn Molakvoæ2022-05-104-0/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Profile backendChristopher Ng2021-10-194-3/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add OpenDocument flat mimetypes and x-office/drawing aliasJulius Härtl2021-10-121-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Replace some icons with pretty iconsLuka Trovic2021-09-103-0/+8
| | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Compress PNGsJ0WI2021-08-083-0/+0
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Update outdated Enterprise logoJan C. Borchardt2021-08-052-1/+129
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix SVG logo still using strokes, convert to pathJan C. Borchardt2021-08-051-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Improve notcreatable permissions hintszaimen2021-07-151-0/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-131-0/+5242
|\
| * Add F-DroidHouraisanNEET2021-07-041-0/+5242
| | | | | | | | Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
* | Add activities for addressbook managementJoas Schilling2021-05-211-0/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* change calendar invite emails to use pngs instead of svgsNick Sweeting2021-03-267-0/+0
| | | | Signed-off-by: Nick Sweeting <git@sweeting.me>
* Merge pull request #25299 from elsiehupp/favicon-touch-cornersJan C. Borchardt2021-02-113-2/+2
|\ | | | | favicon-touch image corners
| * Update manifest.jsonElsie Hupp2021-01-241-1/+1
| | | | | | | | | | | | Updated dimensions of favicon-touch.png Signed-off-by: Elsie Hupp <github@elsiehupp.com>
| * Update favicon-touch.pngElsie Hupp2021-01-241-0/+0
| | | | | | | | | | | | removed rounded corners and increased size (exported from SVG) Signed-off-by: Elsie Hupp <github@elsiehupp.com>
| * Remove rounded cornerselsiehupp2021-01-241-1/+1
| | | | | | | | | | | | `apple-touch-icon` expects squared corners; only `apple-touch-icon-precomposed` expects pre-rounded corners. iOS and browsers apply their own corner radii to `apple-touch-icon`. Signed-off-by: Elsie Hupp <github@elsiehupp.com>
* | Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-281-0/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #19942 from ACTom/add-mindmap-iconChristoph Wurst2020-12-281-0/+1
|\ | | | | Add mindmap type file icon
| * Modify mindmap type file iconACTom2020-10-171-1/+1
| | | | | | | | Signed-off-by: ACTom <i@actom.me>
| * Add mindmap type file iconACTom2020-10-171-0/+1
| | | | | | | | Signed-off-by: ACTom <i@actom.me>
* | Use png icons in caldav reminder emailsRichard Steinmetz2020-11-074-0/+0
|/ | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>