Kasper Seweryn
de4bf0a5bb
Add PWA support
2022-06-26 08:55:51 +02:00
Kasper Seweryn
41703f838f
Remove '@/'
2022-06-26 08:54:53 +02:00
Kasper Seweryn
d9ef5a9b6b
Cleanup a lot of stuff
...
I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
`~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
`~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
2022-06-26 08:49:47 +02:00
Georg Krause
73128eef25
Merge branch 'stable' into develop
2022-05-07 13:54:59 +02:00
Georg Krause
0ea396e80c
Replace deprecated document.domain by location.hostname
2022-05-05 20:40:03 +02:00
Kasper Seweryn
4ce7386128
Fix env variables
2022-02-21 23:23:13 +01:00
Kasper Seweryn
80ed06db04
Remove @/lodash.js
...
Vite handles tree shaking out of the box, so cherry picking modules is
now pointless
2022-02-21 22:49:02 +01:00
Georg Krause
8ee9a536e1
Lint the frontend code
2021-12-06 11:35:20 +01:00
Agate
566da673da
See #1108 : support using OAuth instead of JWT in front when logging in to a different domain
2020-05-18 14:55:15 +02:00
Eliot Berriot
e313fcd033
Resolve "Screening for signups"
2020-03-18 11:57:33 +01:00
Eliot Berriot
95497e76ac
See #170 : channels ui (listeners)
2020-02-05 15:06:07 +01:00
Eliot Berriot
9b98e8773d
Fixed API caching not triggered when loading app for first time
2020-01-09 12:33:24 +01:00
Eliot Berriot
01223afa80
Resolve "Add optional donation/contribution link in-app"
2019-09-23 11:30:25 +02:00
Eliot Berriot
297c8f2b67
Resolve "[Epic] New landing page"
2019-09-23 11:14:54 +02:00
Eliot Berriot
b9f0c6aecd
Revert "Merge branch '629-cookie-auth' into 'develop'"
...
This reverts commit 8b47af8b81
, reversing
changes made to c0055b3b20
.
2019-03-15 15:52:30 +01:00
Eliot Berriot
c395076fce
Resolve "Use cookies instead of local storage for auth in Web UI"
2019-03-13 16:50:49 +01:00
Eliot Berriot
bdf83bd8ff
Resolve "Hide an artist in the UI"
2019-02-14 10:49:06 +01:00
Eliot Berriot
d28e252109
Improved UX of instance-picking form
2019-01-17 12:17:29 +01:00
Eliot Berriot
83f104ce01
Fixed broken custom css path
2018-12-20 12:12:28 +01:00
Eliot Berriot
b2acd1e8a8
Use specific methods from lodash to reduce bundle size
2018-12-20 11:22:33 +01:00
Eliot Berriot
95e087b342
Removed raven on front-end
2018-12-20 11:07:30 +01:00
Eliot Berriot
2ea21994ee
Resolve "Per-user libraries" (use !368 instead)
2018-09-06 18:35:02 +00:00
Eliot Berriot
5e7985387e
Fix #490 : Ensure we always have a default api url set on first load to avoid displaying the instance picker
2018-08-21 18:22:57 +02:00
Eliot Berriot
420e778eb6
Fixed #476 : invitation code not prefilled in form when accessing invitation link
2018-08-11 14:20:08 +02:00
Eliot Berriot
d7f12caf5c
Fix #456 : make Funkwhale themable by loading external stylesheets
2018-07-26 23:10:01 +02:00
Eliot Berriot
c371fe3645
Fixed random stuff (redirection and broken absoluteURl)
2018-06-24 14:53:05 +02:00
Eliot Berriot
63dd5b2f06
Ensure we use proper URL to connect to websocket
2018-06-24 13:43:38 +02:00
Eliot Berriot
690bc47fd3
See #327 : review app for the front \o/
2018-06-23 17:54:29 +02:00
Eliot Berriot
2e3a2cd6dd
See #327 : Cleaned now unused backend.absoluteUrl and config module
2018-06-23 07:57:09 +02:00
Eliot Berriot
f3e2193782
See #327 : can now use the front-end with any API server
2018-06-23 07:24:34 +02:00
Eliot Berriot
7595936260
See #75 : added a preference do enable/disable the subsonic API on the instance level
2018-05-09 22:13:04 +02:00
Eliot Berriot
2384f761b1
Now fetch activity from API on first timeline display ( #141 )
2018-03-25 17:36:10 +02:00
Eliot Berriot
e319f5933e
Store for instance events
2018-03-02 00:13:45 +01:00
Eliot Berriot
ab2af7a548
About page for instance based on instance descriptions
2018-02-24 15:28:09 +01:00
Eliot Berriot
b4ace3c9dd
Typo
2018-02-24 15:10:47 +01:00
Eliot Berriot
f398d40ecc
Fixed failing test
2018-02-24 14:55:08 +01:00
Eliot Berriot
119e05e633
Signup form
2018-02-24 14:34:28 +01:00
Eliot Berriot
aa67be9063
Now load instance settings on page load
2018-02-17 21:31:32 +01:00