Ben Richards
3a8b23e3d7
Opsy
...
- Revering personal configuration...one should not code while high
2024-02-06 23:35:39 +01:00
Ben Richards
958434627b
Fixing Double Encoding Issue
...
- Re-ordered string replacement to fix double encoding
2024-02-06 23:29:56 +01:00
Ben Richards
2317fbf4b7
Bug: Fix for Query with Special Characters Failing Against Overseer
...
- Modified Overseerr call to encode the query parameter
- Added new util function, url-encode-illegal-characters (sources from hato.middleware) but with URL encoding all non alpha-numeric characters.
2024-02-06 21:53:10 +01:00
Kiran Shila
224627867d
Merge pull request #109 from jconnop/patch-1
...
Add extra detail to Discord configuration instructions
2022-12-09 23:11:56 -08:00
Jesse Connop
e525bb90fd
Update configuration.md
...
Add extra detail to Discord configuration instructions
2022-12-10 20:09:24 +13:00
Kiran Shila
6b5d665cc7
Check if the value in the config is a string before checking if it's empty
v3.6.2
2022-11-30 12:27:53 -08:00
Kiran Shila
d884c206b0
Remove env vars with empty values
2022-11-30 11:48:48 -08:00
Kiran Shila
692ad84d3c
escape backslash twice for windows
2022-10-24 15:43:18 -07:00
Kiran Shila
1a642ef1c0
Merge branch 'main' of github.com:kiranshila/Doplarr into develop
2022-10-24 15:31:29 -07:00
Kiran Shila
f9d69a4f92
Add blurb about windows paths
2022-10-24 15:31:11 -07:00
Kiran Shila
476d42b3e2
Merge pull request #100 from kiranshila/develop
...
Develop
v3.6.1
2022-09-23 14:57:25 -07:00
Kiran Shila
6b8b4a3736
Bumped all the dependencies
2022-09-23 14:51:11 -07:00
Kiran Shila
64039d6f7d
Change around the backend order map
2022-09-23 14:45:02 -07:00
Kiran Shila
0781cceae6
Merge branch 'main' of github.com:kiranshila/Doplarr into develop
2022-09-23 14:44:34 -07:00
Kiran Shila
a89e3bd5e2
A bit more docs on overseerr configuration
2022-09-23 14:44:11 -07:00
Kiran Shila
0f9027e998
Merge pull request #86 from kiranshila/develop
...
Merge in develop
v3.6.0
2022-06-16 13:50:55 -07:00
Kiran Shila
bd7587e22a
Add season-folders in config chart and example edn
2022-06-16 13:23:45 -07:00
Kiran Shila
f8bee90392
Add season folders config
2022-06-16 13:21:57 -07:00
Kiran Shila
67835b32c6
Back to promise-chan, put trace in http cb
2022-06-16 13:12:58 -07:00
Kiran Shila
0b56e1e06f
Try a non-promise chan for the HTTP responses
2022-06-16 13:12:58 -07:00
Kiran Shila
f568f670f5
Remove redirect policy (fail early)
2022-06-16 13:12:58 -07:00
Kiran Shila
61eedd6bd8
Add raw HTTP response to trace logging
2022-06-16 13:12:58 -07:00
Kiran Shila
e94a753980
Limit label length in button
2022-06-16 13:12:58 -07:00
Kiran Shila
5b5bcacc0c
Little cleanup and remove stacktrace colors
2022-06-16 13:12:58 -07:00
Kiran Shila
96bc1f7603
Added note about our containers not supporting ARM
2022-05-08 10:55:27 -07:00
Kiran Shila
e64d969d0e
Merge pull request #78 from kiranshila/develop
...
Update to the new permissions system
v3.5.0
2022-05-01 13:29:48 -07:00
Kiran Shila
69ab5a108c
Update to the new permissions system
...
Remove all of our application command permission code
2022-05-01 13:26:34 -07:00
Kiran Shila
14cacbb42a
Merge pull request #76 from kiranshila/develop
...
Rootfolder selection
v3.4.0
2022-04-24 13:01:44 -07:00
Kiran Shila
5dc5f10ec9
Add internal link to config table
2022-04-24 12:59:05 -07:00
Kiran Shila
187a0fbc3f
Remove caveats from readme, no one reads it anyway
2022-04-24 12:58:06 -07:00
Kiran Shila
2e4356ce61
Batch language ticks
2022-04-24 12:56:38 -07:00
Kiran Shila
20353dc952
Nested subheadings
2022-04-24 12:55:24 -07:00
Kiran Shila
a6ecfdc67a
More docs work and themeing
2022-04-24 12:52:14 -07:00
Kiran Shila
5b754f636e
Readme styling
2022-04-24 12:43:50 -07:00
Kiran Shila
ed72d5e7b4
Add doc link
2022-04-24 12:37:20 -07:00
Kiran Shila
e3a8c09b55
Setup docs
2022-04-24 12:36:20 -07:00
Kiran Shila
c8f1484271
Remove overseerr/radarr exclusivity
2022-04-24 11:23:48 -07:00
Kiran Shila
b6169b88fa
Add rootfolder to optionals in example config
2022-04-24 11:23:30 -07:00
Kiran Shila
4b60b9fe0c
Fix README for rootfolder env var
2022-04-24 10:53:21 -07:00
Kiran Shila
96e32d4c8e
Merge pull request #71 from LucianoLaratelli/main
...
add configuration option for default root folder
2022-04-24 10:41:28 -07:00
Luciano Laratelli
e914012fba
prevent using overseer + other backend
...
Seen a few people get bit by this in the discord
2022-04-12 18:13:31 -04:00
Luciano Laratelli
3044e2d986
destructure rootfolders in impl
2022-04-11 08:43:35 -04:00
Luciano Laratelli
191181f67b
Rename root-folder to rootfolder
2022-04-10 11:18:40 -04:00
Kiran Shila
f93fc7441f
Bumping deps for new clojure release
2022-04-02 19:17:31 -07:00
Luciano Laratelli
cf6f7a41c2
add configuration option for default root folder
...
untested
2022-03-23 19:48:52 -04:00
Kiran Shila
db7aa549ed
Try a normal redirect policy
2022-03-23 15:52:31 -07:00
Kiran Shila
1c78ab8ea6
Merge pull request #68 from LucianoLaratelli/patch-1
...
Update README.md
2022-03-21 16:09:31 -07:00
Luciano Laratelli
8ccb423bfe
Update README.md
...
clojure keywords have `:`s
2022-03-21 19:02:10 -04:00
Kiran Shila
1c8e65c391
Merge pull request #65 from maximuskowalski/patch-2
...
Update README.md
2022-03-05 17:31:06 -06:00
Max Kowalski
c0b31848db
Update README.md
...
Typo in optional settings matrix in readme file. #63
Replace word `Radarr` with `Sonarr` in optional settings matrix as per issue kiranshila#63 in language profile section of settings matrix.
2022-03-05 20:44:03 +11:00