stacksmash76
3da594ec75
feat(web): mobile UI improvements ( #359 )
...
* enhancement: improved alerts component contrast
enhancement: simplified and improved radio switch group look
fix: fixed inconsistent spacing in input components (there's still some work left to be done)
fix: made slideover panel display on full width on mobile devices
enhancement: made forms more accessible to mobile users, adapter changes in accordance with the previous input components fix
fix: fixed misspelling in NotificationForms filename
chore: cleaned up code
fix: made filter table top edges less round and improved look
fix: fixed a bug where when a modal/slideover component was opened, a 1px white bar would be shown in one of the modal parent elements (for the fix see L89 in screens/settings/DwonloadClient.tsx)
enhancement: improved responsiveness for irc network list
* Fixed 2 small comma warnings from ESLint
Co-authored-by: anonymous <anonymous>
2022-07-17 23:34:49 +02:00
Ludvig Lundgren
f961115dac
build: pr upload binary artifacts ( #358 )
...
* build: upload artifacts on pr
* build: use head sha for docker revision
2022-07-17 18:55:38 +02:00
Kyle Sanderson
dfe2ac56a2
fix(qbittorrent): remove client cache ( #357 )
...
* fix(qbittorrent): permit multiple uploads again
* fix(qbittorrent): remove client cache
2022-07-17 17:47:42 +02:00
Ludvig Lundgren
a63e022c15
feat(config): add loglevel defaults option trace ( #356 )
2022-07-16 18:11:17 +02:00
Ludvig Lundgren
8a4826d781
fix(autobrrctl): missing logger ( #355 )
2022-07-16 17:59:24 +02:00
Ludvig Lundgren
01888aeb1c
feat(irc): join valid channels from invite ( #354 )
2022-07-16 01:23:28 +02:00
Kyle Sanderson
f74b348b26
feat(config): detect container runtime ( #324 )
...
* feat(config): add container detection capabilities
2022-07-12 21:05:29 +02:00
Ludvig Lundgren
aa94962dfd
fix(irc): on connect join logic error ( #353 )
2022-07-12 16:43:13 +02:00
Ludvig Lundgren
2a3a839081
feat(notifications): on update available ( #352 )
2022-07-12 14:47:08 +02:00
L-C S
b4589243de
feat(actions): watch dir create folder if not exists ( #351 )
...
* create folder on watch dir action
2022-07-11 02:59:09 +02:00
Ludvig Lundgren
7eefeb54c1
feat(download-clients): add transmission ( #350 )
2022-07-10 18:01:58 +02:00
varoOP
b03edbfc87
feat(indexers): add PB ( #339 )
2022-07-10 16:04:13 +02:00
Ludvig Lundgren
548cd382a6
feat(actions): reduce metadata downloads ( #341 )
2022-07-10 15:55:13 +02:00
Ludvig Lundgren
ebba72ec1f
feat(feeds): torznab add test button ( #347 )
2022-07-10 15:54:56 +02:00
Ludvig Lundgren
c1df9c817f
fix(feeds): torznab update and delete ( #346 )
...
* fix(feeds): torznab update and delete
* fix(feeds): repo cache exists check err
2022-07-09 16:25:40 +02:00
Ludvig Lundgren
72d4942104
fix(database): migrations missing types ( #345 )
2022-07-08 22:24:38 +02:00
Ludvig Lundgren
401c93a657
fix(download-clients): qbit nil logger panic ( #344 )
...
The logger wasn't set, so it was always nil. Change to always initialize and override if one is passed.
2022-07-08 22:12:19 +02:00
Ludvig Lundgren
33e3691737
fix(indexers): delete and clean ( #343 )
2022-07-07 18:31:42 +02:00
Ludvig Lundgren
652bd8f6f3
fix(web/releases): action status show rejections ( #342 )
...
* fix(releases): action status show rejections
2022-07-07 17:14:26 +02:00
Ludvig Lundgren
402596523d
feat(actions): improve errors and logs ( #340 )
2022-07-07 16:28:14 +02:00
Ludvig Lundgren
31fbe013ff
feat(releases): action status show filter and client ( #338 )
...
* feat(releases): action status show client and filter
* feat(releases): add better tooltip
2022-07-06 17:30:41 +02:00
varoOP
a1ce74761e
feat(macros): expose FilterName ( #335 )
2022-07-06 15:32:25 +02:00
Kyle Sanderson
85fa941cd3
feat(macros): expose parsed dates from rls string ( #334 )
...
* feat(macros): expose parsed dates from rls string
* feat(macros)!: add parsed year
BREAKING CHANGE: add prefix Current to - year, month, day, hour, min, second
2022-07-06 15:04:28 +02:00
varoOP
95ff83cd3a
feat(indexers): animebytes parse group and category ( #327 )
...
* refactor(AB): get releaseGroup
* feat(AB): match category
2022-07-06 15:01:52 +02:00
Ludvig Lundgren
97020a957c
fix(indexers): mtv tags to category parsing #337
...
* fix(indexers): mtv tags to category parsing
2022-07-05 13:43:34 +02:00
Ludvig Lundgren
0e88117702
feat(logging); improve messages and errors ( #336 )
...
* feat(logger): add module context
* feat(logger): change errors package
* feat(logger): update tests
2022-07-05 13:31:44 +02:00
Shivaram Lingamneni
95471a4cf7
feat(irc): attempt SASL login with fallback to nickserv ( #333 )
...
* IRC: attempt SASL, ignore SASL failure
* update Ergo integration testing config
* refactor(irc): rework auth and join based on events
2022-07-03 22:49:34 +02:00
Ludvig Lundgren
94a3810f57
fix(indexers): torznab update not working ( #332 )
2022-07-02 18:23:46 +02:00
Ludvig Lundgren
5ef2ea04b5
fix(web): auth fallback to login instead of error ( #331 )
2022-07-02 17:49:59 +02:00
varoOP
00ef566450
fix(releases): ParseReleaseTags container matching ( #329 )
2022-07-02 16:27:33 +02:00
Ludvig Lundgren
4126253958
feat(indexers): milkie add more announcers ( #328 )
2022-07-01 14:57:01 +02:00
varoOP
b5e033832a
feat(discord): remove hardcoded username ( #323 )
2022-07-01 14:03:09 +02:00
Ludvig Lundgren
f63ace662a
feat(irc): improve reconnect and add notifications ( #315 )
...
* refactor(irc): nickserv and methods
* feat(notifications): add new events and refactor send
* feat(irc): handle disconnect reconnect and connect
* feat(irc): update config for ergo local irc server
* feat(irc): retry initial connect
* feat(irc): show nickserv errors
2022-06-29 16:50:38 +02:00
Ludvig Lundgren
41eef4e8be
chore(build): update to Go 18 ( #321 )
2022-06-26 18:46:35 +02:00
stacksmash76
c4efbd6e20
fix(web): unauthorized errors ( #320 )
...
- fix(ErrorPage): add padding to the page for mobile devices
- chore(react-query): wrap APIClient calls in anonymous functions to avoid passing react-query context variables by accident
- fix incorrect ordering of ErrorBoundary and QueryClientProvider (ErrorBoundary is now the parent)
2022-06-22 22:26:53 +02:00
Ludvig Lundgren
aa500fd13d
fix(indexers): indexers store and update ( #318 )
...
* fix(indexers): store and update set map
* chore: update go to 1.18
2022-06-19 22:22:27 +02:00
Ludvig Lundgren
f9cf837486
fix(indexers): duplicates in list ( #317 )
...
* feat(indexers): refactor setup and updates
* feat(indexers): use definitions as non-pointer
2022-06-19 21:24:04 +02:00
stacksmash76
bb2641f447
fix(web): correctly replace logout url ( #316 )
...
* chore(ErrorPage): clean up code, fix typo
fix(Logout): replace /logout URL after logging out to /
* chore: remove needless TS type export
2022-06-18 07:27:19 +02:00
stacksmash76
a84a7364e2
feat(web): improve UX error interaction and update dependencies ( #313 )
...
* fix: remove react-cookie since we can't delete the user_session cookie using JS (due to httponly being set)
* chore: update dependencies and set a global react dependency override (react-ridge-state creates a problem, this fixes it)
* chore: tidy up APIClient, login and logout pages
* fix: catch canOnboard() error in login.tsx
enhancement: add toast notify on intentional logout and nicely reset the context state; make sure screen-blinking is down to a minimum by having min-h-screen present.
* fix: let onboarding redirect to / instead of /login (/login isn't used anymore)
* fix: use normal <input /> caret cursor for SearchColumnFilter, instead of pointer
* chore(web): remove react-cookie package
2022-06-16 17:32:07 +02:00
Kyle Sanderson
0256ea52fd
fix(indexers): don't crash on empty custom-definition ( #311 )
2022-06-16 01:36:39 +02:00
Ludvig Lundgren
62392fd14c
feat(releases): add more database indexes ( #310 )
2022-06-16 00:32:55 +02:00
Kyle Sanderson
8c720ac23e
fix(indexers): don't die on failed load of custom-definitions ( #303 )
...
* fix(custom-definitions): don't die on failed load
2022-06-15 23:04:15 +02:00
Ludvig Lundgren
b1d7a1f555
fix(logging): timestamp and update pkg ( #309 )
2022-06-15 23:00:33 +02:00
Ludvig Lundgren
f67c92340a
fix(filters): postgres dl limits check ( #308 )
2022-06-15 19:39:21 +02:00
Ludvig Lundgren
6675a1df3e
fix(releases): releasetags freeleech parsing ( #306 )
...
* refactor(releases): remove err from constructor
* fix(releases): freeleech parsing and filtering
* chore: remove unused releaseinfo package
2022-06-14 22:26:45 +02:00
stacksmash76
fd3f10f95a
fix(web): modal double state update ( #305 )
2022-06-14 18:11:27 +02:00
Ludvig Lundgren
258754643d
feat(web): search releases ( #302 )
...
* feat(releases): search in ui
* refactor(releases): optimize query recent releases
2022-06-14 01:51:33 +02:00
Ludvig Lundgren
38addb99e6
feat(notifications): add telegram support ( #299 )
...
* feat(notifications): add telegram support
* feat(notifications): change list view
* refactor(notifications): overall setup
* feat(notifications): forms add telegram
2022-06-13 17:01:36 +02:00
Kyle Sanderson
2ab7133dd0
fix(download-clients): qbittorrent type ratelimit conversion error ( #301 )
2022-06-11 20:33:42 +02:00
Kyle Sanderson
058a220467
fix(download-clients): qBit transform speed limit from B to KB ( #300 )
2022-06-11 20:18:17 +02:00