aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify session param structure in tests and controller.Matthew Lemon2024-12-151-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 Lemon2024-12-153-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 pageMatthew Lemon2024-11-231-0/+19
|
* Adds a users controller to fix sign-up bugMatthew Lemon2024-11-201-0/+22
|
* Adds category model but not wired up to resource yetMatthew Lemon2024-11-141-0/+77
|
* Adds ResourceType modelMatthew Lemon2024-11-142-8/+87
|
* Adds credits and cleaner handling of page count using rubyMatthew Lemon2024-11-141-1/+13
|
* Big refactoring of the PDF snapshotting - into service fileMatthew Lemon2024-11-141-51/+1
|
* snapshot jpg filename is now includes resource nameMatthew Lemon2024-11-141-1/+2
|
* pdf snapshotting now reduces size of imageMatthew Lemon2024-11-141-1/+4
|
* wip: reducing quality of snapshotsMatthew Lemon2024-11-131-21/+35
|
* Rough rendition of pdf snapshotter worksMatthew Lemon2024-11-131-1/+35
|
* Adds is_admin to the User model and ensures only admin users can add new ↵Matthew Lemon2024-11-111-0/+8
| | | | resource
* Can now sign upMatthew Lemon2024-11-111-0/+14
|
* Adds a Create new account page and part way through configging the formMatthew Lemon2024-11-111-0/+8
|
* Adds first pdfresource modelMatthew Lemon2024-11-111-0/+70
|
* initial after migrationMatthew Lemon2024-11-115-0/+114