Commit Graph

231 Commits

Author SHA1 Message Date
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
Kiran Shila
92b7d4b43a Merge pull request #64 from 17hoehbr/main
Docker-compose typo
2022-03-04 18:19:28 -06:00
GiantDwarf
eb0bbabade Docker-compose typo
added ":" after environment in docker-compose
2022-03-04 19:16:37 -05:00
Kiran Shila
465a6cd46a Merge pull request #61 from kiranshila/develop
Adding rootfolder selection
v3.3.0
2022-02-24 11:53:06 -06:00
Kiran Shila
5833b5a317 Update README.md
Remove quotes from docker-compose
2022-02-24 09:25:50 -08:00
Kiran Shila
e463642cbd Adding rootfolder selection 2022-02-05 16:25:23 -08:00
Kiran Shila
119e17fd22 Update README.md
Fix quotes in docker-compose
2022-02-03 07:56:57 -08:00
Kiran Shila
4083e6047d Merge pull request #57 from nemchik/patch-1
Update request received message
2022-01-31 10:33:33 -08:00
Eric Nemchik
47893ffebe Update discord.clj 2022-01-31 12:29:59 -06:00
Kiran Shila
ef6a218007 Merge pull request #55 from kiranshila/develop
Few bug fixes
v3.2.2
2022-01-19 18:35:39 -08:00
Kiran Shila
674d88565d Fixed off by one error in overseerr seasons 2022-01-19 18:33:07 -08:00
Kiran Shila
50fe2ae0da Merge branch 'main' of github.com:kiranshila/Doplarr into develop 2022-01-17 18:31:11 -08:00
Kiran Shila
95db273d89 Actually include the error in the error response 2022-01-17 18:30:39 -08:00
Kiran Shila
43325f6e67 Merge pull request #54 from kiranshila/develop
Trace-level HTTP logging
v3.2.1
2022-01-17 18:09:23 -08:00
Kiran Shila
5ac858d014 Add trace-level logging to all http requests 2022-01-17 18:07:25 -08:00
Kiran Shila
18805a6db5 Fix arity issue on overseerr errors 2022-01-17 18:03:42 -08:00
Kiran Shila
03fac8ce92 Merge pull request #53 from kiranshila/develop
Plain request alert by default
v3.2.0
2022-01-17 12:48:42 -08:00
Kiran Shila
13a958ae0b Plain request alert by default 2022-01-17 12:46:55 -08:00
Kiran Shila
ccea34b4e5 Merge pull request #52 from kiranshila/develop
Add in configuration for the request alert message
2022-01-17 12:44:05 -08:00
Kiran Shila
fd2e6eb126 Add in configuration for the request alert message 2022-01-17 12:34:02 -08:00
Kiran Shila
d8e626b341 Don't use embedded font in svg logo 2022-01-14 22:39:54 -08:00