aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/pdfresources_controller.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor user session handling and UI enhancements.Matthew Lemon2024-12-151-1/+1
| | | | 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 ResourceType modelMatthew Lemon2024-11-141-8/+9
|
* 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
* Adds first pdfresource modelMatthew Lemon2024-11-111-0/+70