Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify session param structure in tests and controller. | Matthew Lemon | 2024-12-15 | 1 | -1/+1 |
| | | | | | | Fixes bug with passing the password Replaced nested session hash with direct email and password params in test setup, aligning with the updated `SessionsController`. This ensures consistency between test code and actual implementation. | ||||
* | Refactor user session handling and UI enhancements. | Matthew Lemon | 2024-12-15 | 3 | -2/+4 |
| | | | | Updated logout redirection with a success notice and improved UI feedback on the home page. Enhanced navbar logic to reflect user authentication state, modified page titles, and adjusted access permissions for various controllers. Fixed admin access control for PDF resources index action. | ||||
* | Adds a new home page and more_info page | Matthew Lemon | 2024-11-23 | 1 | -0/+19 |
| | |||||
* | Adds a users controller to fix sign-up bug | Matthew Lemon | 2024-11-20 | 1 | -0/+22 |
| | |||||
* | Adds category model but not wired up to resource yet | Matthew Lemon | 2024-11-14 | 1 | -0/+77 |
| | |||||
* | Adds ResourceType model | Matthew Lemon | 2024-11-14 | 2 | -8/+87 |
| | |||||
* | Adds credits and cleaner handling of page count using ruby | Matthew Lemon | 2024-11-14 | 1 | -1/+13 |
| | |||||
* | Big refactoring of the PDF snapshotting - into service file | Matthew Lemon | 2024-11-14 | 1 | -51/+1 |
| | |||||
* | snapshot jpg filename is now includes resource name | Matthew Lemon | 2024-11-14 | 1 | -1/+2 |
| | |||||
* | pdf snapshotting now reduces size of image | Matthew Lemon | 2024-11-14 | 1 | -1/+4 |
| | |||||
* | wip: reducing quality of snapshots | Matthew Lemon | 2024-11-13 | 1 | -21/+35 |
| | |||||
* | Rough rendition of pdf snapshotter works | Matthew Lemon | 2024-11-13 | 1 | -1/+35 |
| | |||||
* | Adds is_admin to the User model and ensures only admin users can add new ↵ | Matthew Lemon | 2024-11-11 | 1 | -0/+8 |
| | | | | resource | ||||
* | Can now sign up | Matthew Lemon | 2024-11-11 | 1 | -0/+14 |
| | |||||
* | Adds a Create new account page and part way through configging the form | Matthew Lemon | 2024-11-11 | 1 | -0/+8 |
| | |||||
* | Adds first pdfresource model | Matthew Lemon | 2024-11-11 | 1 | -0/+70 |
| | |||||
* | initial after migration | Matthew Lemon | 2024-11-11 | 5 | -0/+114 |