Commit Graph

189 Commits (c47a88342a9b66fc47b7a8717b723dc08e44a221)

Author SHA1 Message Date
Your Name ec85ccf9f6 Fix #7347 6 days ago
Your Name 7a39e8c70c polish 1 week ago
Shlee 9ec46005df
Merge pull request #7309 from pixelfed/feature/laravel-cap
Refactor: Captcha provider - HCaptcha, Turnstile and Cap
1 week ago
Your Name 2669035ff0 polish 1 week ago
Your Name 067e9c1244 polish 1 week ago
Your Name fcea9dc34b polish 1 week ago
Your Name beb980eb50 polish 1 week ago
Your Name d2534180cc polish 1 week ago
Your Name 648a901aae polish 1 week ago
Your Name afe2bb6d1d polish 1 week ago
Your Name 136e79885b polish 1 week ago
Your Name 566c5503d3 polish 1 week ago
Your Name 163cd9f589 polish 1 week ago
Arnaud ac790b1d8a Fix last untranslated strings on the login + explore pages 1 week ago
Arnaud 443962c92b Make the landing page translatable 1 week ago
Daniel Supernault d7cfd07204
Fix PostEditModal. Closes #7084 2 weeks ago
Daniel Supernault 32ff6d48cd
Update Profile component 4 weeks ago
Your Name b3be61c47c Fix VueIntersect single-element warning in notifications section
The <intersect> in sections/Notifications.vue wrapped four <placeholder>
elements directly. vue-intersect requires exactly one child (it checks
$slots.default.length and observes $slots.default[0]), so it logged
'[VueIntersect] You may only wrap one element in a <intersect> component.'
and only observed the first placeholder. Wrap the placeholders in a single
<div> so the slot has one root element.
4 weeks ago
Daniel Supernault 5b63f5f225
Fix AdminReports 4 weeks ago
Daniel Supernault b761107c71
Update ContextMenu, restore Edit button 4 weeks ago
dansup ec38262338
Merge pull request #6576 from shleeable/covidremove
Clean up Covid/WHO
1 month ago
Daniel Supernault d1b11e2a8f
Fix post likes modal 1 month ago
Daniel Supernault c4bc3226b8
Update compiled assets 1 month ago
Daniel Supernault d8412ec0f5
Update Admin Invites, fixes #4264 3 months ago
Your Name 41089fcccd Remove COVID label feature flag and related code
Remove ENABLE_COVID_LABEL, COVID_LABEL_URL, and COVID_LABEL_ORG env
vars and all associated backend/frontend code:

- config/instance.php: remove label.covid config block
- StatusLabelService: remove keyword matching, return static false
- Site/Config.php: remove label.covid from API response
- StatusCard.vue: remove COVID banner and labelRedirect method
- GroupStatus.vue: remove COVID banner and labelRedirect method
- diagnostics blade: remove COVID diagnostic rows
5 months ago
dansup e7aca161f7
Merge pull request #6508 from rm-yakovenko/issues/6386
[Web Bug]: Ui/UX: view profil is going the to the profil which reposted, not to the original one.
6 months ago
dansup 06521c38df
Merge pull request #6398 from nove-b/feat/embed-color-schemes
feat(embed): add color theme support
6 months ago
dansup edcda57e7a
Merge pull request #6387 from rm-yakovenko/issues/6376
[Server Bug]: app.logo is not used in code
6 months ago
Rm Yakovenko 4cc4f42fe0 [Web Bug]: Ui/UX: view profil is going the to the profil which reposted, not to the original one. 7 months ago
bararolig-anders 2d2d4a580f
Fix bug: skipping monthly trending pictures if not enough daily
The intention with the code is that if there are not enough trending pictures on the daily view, we will zoom out and look at monthly trends and pick pictures from those. However, the if-statement was written in a way where it would ask for monthly trends and immediately ask for yearly trends. On our server yearly returns no images, so the Explore page would be empty.

This change makes it so that it looks for the monthly trending pictures and evaluates whether to use those or look for yearly trending pictures.
8 months ago
Rm Yakovenko a63dbd8436 [Server Bug]: app.logo is not used in code 9 months ago
nove-b 5596d84055 feat(embed): add color theme support 9 months ago
joergi 76c5b4b888
uses max length of 30 instead of 15
I have fixed this also for the admin invite.

Closes issue #6373
10 months ago
Daniel Supernault 154dd4b4da
Update Notifications component, fix pagination and dark mode 1 year ago
Daniel Supernault 1660aba678
Update Direct component, improve pagination 1 year ago
Joergi 17c3456ebf
Update resources/assets/components/partials/navbar.vue
Co-authored-by: Felipe Mateus <felipefmfelipe@gmail.com>
1 year ago
joergi 8689deb535
Fix error on Appearance menu 1 year ago
(dan)iel (sup)ernault 2b6e69eb25
Merge pull request #5941 from eufelipemateus/fix-link-to-config
[Bug Fix] Fix link to config
1 year ago
Nicolas Jeannerod 382502b28c
Add missing mime types in admin settings view (#5934)
Co-authored-by: daniel <danielsupernault@gmail.com>
1 year ago
daniel 5ed46a505a
Merge branch 'staging' into translate-story 1 year ago
Daniel Supernault dbd8289fe1
Update sidebar with gap padding for footer links 1 year ago
Daniel Supernault 93dde13ea0
Fix components 1 year ago
daniel 69e00d742d
Merge branch 'staging' into dev 1 year ago
Mackenzie Morgan f2181e2478 in notifications sidebar, show popover on shared posts too, not just liked posts 1 year ago
Felipe Mateus 12be85c1d4
fix link to config redirect 1 year ago
Daniel Supernault f72a054fe8
Update TimelineStatus, adjust custom filter warning design 1 year ago
Daniel Supernault a16a4ddbd0
Update Hashtag component, add custom filter support 1 year ago
Daniel Supernault 7d6f7c48ef
Update PostContent, TimelineStatus and PhotoPresenter components to support filters 1 year ago
Daniel Supernault 27fa798208
Fix timeAgo and notifications 1 year ago
Daniel Supernault a25afa0442
Fix ProfileFeed bookmark, likes and shares. Closes #5879 1 year ago