Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commits/commit/f7926f13b51c1bd6859190267c6fa4571bc4e904?page=25 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

1528 Commits (f7926f13b51c1bd6859190267c6fa4571bc4e904)
 

Author SHA1 Message Date
tidusjar 45fb3ad376 A bit more work on started working on requesting it. The DB is a bit of an issue... 9 years ago
Jamie 12d368076f Merge pull request from tidusjar/master 9 years ago
tidusjar c43f70a0e0 Most of the UI work done for 9 years ago
tidusjar 1596dce629 Basic search working for 9 years ago
tidusjar f49e67da83 Added back the username into the Session when the admin logs in. This means they do not have to log in twice. 9 years ago
Drewster727 d370bf62d0 mono datetime offset workaround 9 years ago
Drewster727 3dbef199aa store utc time in the databse + obtain timezone offset of the client upon login + offset times returned to client based on session offset 9 years ago
Drewster727 ec99dafa29 method reference bug fix 9 years ago
Drewster727 0dc96b854e fix search focus z-index issue (hid suggestions options) 9 years ago
Drewster727 f8d27b0673 minor search UI adjustments 9 years ago
Drewster727 0b822615bd first attempt at "suggestions" starting with "Comming Soon" and "In Theaters" 9 years ago
Jamie 10c47d346b Merge pull request from tidusjar/tidusjar-patch-1 9 years ago
Drewster727 1a2ec7ac7f rename sorting options and polish the dropdown UI a bit 9 years ago
tidusjar 5d393c6ab4 Added an issue template 9 years ago
Jamie bd9022199f Update README.md 9 years ago
tidusjar e9d0ccd5c0 Started adding the api part for headphones 9 years ago
tidusjar 1332cc6d40 Upped the time of 9 years ago
tidusjar d6763bf435 Added happy path tests for the Checker 9 years ago
tidusjar 64125cc44c First attempt at 9 years ago
tidusjar 6334f5d880 Added music to the search and requests page 9 years ago
tidusjar 8256ceec2d We now do not show the text Requested By to the user, we also show a 'success' message instead of a warning when something has already been requested 9 years ago
Drewster727 14d1d279bb show a "no requests yet" message on the requests page (for each cateogory) 9 years ago
Jamie 0b1a589a70 Merge pull request from Drewster727/dev 9 years ago
Drewster727 934425a0c5 ignore items that are already available when approving in bulk, and simplify the checking + compile css 9 years ago
Drewster727 1ca3e0532b add a better way to merge RequestedBy and RequestedUsers to avoid code duplication and simplify checks 9 years ago
Drewster727 a668ea04ec don't query the session as much in the modules, rely on a variable from the base class and store the username as needed 9 years ago
Drewster727 a028a68a08 merge changes from main dev branch. fix up requestedmodel users null issue. 9 years ago
tidusjar f7c33d48f4 Added a scroll to the top thingy and a bit more work on headphones 9 years ago
Drewster727 cee7bee024 show the requested by user from legacy request models 9 years ago
Drewster727 b8a01b62b9 only show requested by users to admins + start maintaining a list of users with each request 9 years ago
Drewster727 5a5512a1cd fix up notification test feature 9 years ago
Drewster727 6fc4cbf9a4 fix the request page sort/approve button alignment 9 years ago
Drewster727 591385ae34 when pulling requests, set each to approved that is already available (so the UI avoids showing the approve option for already available content) 9 years ago
Drewster727 dce5983720 merge in tidusjar's dev changes, remove approve all, fix alignment on approve all category buttons 9 years ago
tidusjar 0429530bf3 Mono doesn't seem to have Tls1.2. Let's try TLS 1 9 years ago
tidusjar 453b3f237f Specify a protocol type of TLS12. Looks like CP doesn't seem to like SSL3 (it is quite old now so understandable) 9 years ago
tidusjar e2aa4016a8 Added some tests and fixed the issue where the DB would get created in the wrong place depending on how you launched the application 9 years ago
tidusjar 1f9ed51320 Made better 9 years ago
tidusjar 7349f78b80 Fixed the tests 9 years ago
tidusjar fe0f6873e5 Made the feedback from Sonarr better when Sonarr already has the series 9 years ago
tidusjar 5843dee2a5 Added the settings page for 9 years ago
tidusjar c7826003bc An attempt to fix 9 years ago
Drewster727 855689d0b9 add some "no results" feedback to the searching + minor UI improvements 9 years ago
Drewster727 a2cbcaa4f1 fix notification tests 9 years ago
Drewster727 eddce77ff5 UI - increase icon size of nav menu (they were too small before) 9 years ago
Drewster727 3d41445f6f Finished adding test functionality to notifications 9 years ago
Shannon Barrett 6921e3aa85 Updating SickRage api to verify Season List is up to date 9 years ago
Drewster727 9742b42fdf add the necessary back-end code to produce a test message for all notification types (still have to add the test buttons for pushbullet/pushover) 9 years ago
Drewster727 45208e528f modify notifications interface/service to accept a non-type specific settings object. 9 years ago
Drewster727 4b3f79b4a8 Email notification test button (others to come) 9 years ago