summaryrefslogtreecommitdiff
path: root/system/admin
AgeCommit message (Collapse)Author
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
2019-12-30Fix missing importsMiguel Angel Ajo
2019-12-30Also handle uploadsMiguel Angel Ajo
2019-12-29Allow data directories outside pwdMiguel Angel Ajo
Running ponzu-cms inside a docker container, and maintaining data files in a volume (or several) was not possible with the previous directory schema without copying files or binaries to the volume. This commit adds several environment variables to allow the administrator to specify paths for directories while retaining backwards compatibility. - PONZU_DATA_DIR : is the directory where all the data and other directories will be stored, still the other directories can be controlled by the other env variables. - PONZU_TLS_DIR : is the directory to store devcerts and autocerts - PONZU_ADMINSTATIC_DIR : directory where the admin static files are served from. - PONZU_UPLOAD_DIR: upload files directory - PONZU_SEARCH_DIR: index directory for searches
2019-11-29upload: early return when no files to uploadSteve Manuel
2019-03-26avoid feeding filepath.Join panicable sliceOllie Phillips
2019-03-26use filepath.Join for best OS compatiblityOllie Phillips
2019-03-26single allocation for uplaod targetOllie Phillips
2019-03-25delete physical upload from diskOllie Phillips
2019-03-25devOllie Phillips
2019-03-25devOllie Phillips
2019-03-25fix action target for uploads deletesOllie Phillips
2019-01-01bubble archiving errorsViktoras Kuznecovas
2018-09-10Allow &endash and &emdash. Closes #271.nanohard
2017-08-14adding additional layer of complexity for init secretSteve Manuel
2017-08-14add default domain name to init form based on client hostnameSteve Manuel
2017-07-23adding bind option in CLI run cmd, including in system configSteve Manuel
2017-06-26Merge pull request #168 from tom-f/ponzu-devSteve Manuel
Add backup routine to search
2017-06-26fixed problem with saving multiple repeaters closes #59 closes #167Tornike Razmadze
2017-06-24Add Backup function to searchTom Fawssett
2017-06-24Move file system archive code into backup packageTom Fawssett
2017-05-29adding --docs and --docs-port flags to config and run local docs serverSteve Manuel
2017-05-24provide delete hooks with the itemPaul Ivanov
2017-05-21make a proper item for Hookable methodsPaul Ivanov
We have all of the information, it's nice to be access the item's members in a natural way, without having to look at the reqest.
2017-05-16remove csv download button from search result pageSteve Manuel
2017-05-16adding fix to UISteve Manuel
2017-05-15update csv labelSteve Manuel
2017-05-15update csv labelSteve Manuel
2017-05-15fixing UISteve Manuel
2017-05-15changing file perm on tempSteve Manuel
2017-05-15manually call remove and close, debug responseSteve Manuel
2017-05-15flush csv writer and fix uiSteve Manuel
2017-05-15adding csv format interface and handler implSteve Manuel
2017-05-01adding admin action hooks to handlers and hookable interfaceSteve Manuel
2017-05-01adding hooks to interface and handler for addon enable/disableSteve Manuel
2017-04-29add delete procedure and implementation for uploadsSteve Manuel
2017-04-29adding search, edit/new, and list view for uploadsSteve Manuel
2017-04-29fmt bytes to readable and update setupload logic to allow editsSteve Manuel
2017-04-29update nav url and iconSteve Manuel
2017-04-29adding view and links to admin/managerSteve Manuel
2017-04-27fixing typo and removing ui classes where not neededSteve Manuel
2017-04-25adding support for file upload type and API handler to fetch file infoSteve Manuel
2017-04-21add context cancellation to backup routinesErwin Ticzon
2017-04-17fix ineffassign and spelling errorsSteve Manuel
2017-04-17package documentation for godocSteve Manuel
2017-04-03move iterator to suffix of key to avoid clashing, include status in UI sortSteve Manuel
2017-04-03set date to UTC times on server create, and updated editor timestamp to ↵Steve Manuel
increase precision to seconds level
2017-03-21adding cache-control age and disablerSteve Manuel
2017-03-20adding filename normalization and sanitization for file uploadsSteve Manuel
2017-03-16Typo fixesferhat elmas