summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2019-01-01bubble archiving errorsViktoras Kuznecovas
2019-01-01follow symlinks when archivingViktoras Kuznecovas
2018-09-11Compile regex once instead of each time function is called.nanohard
2018-09-10Allow &endash and &emdash. Closes #271.nanohard
2018-08-19Replaced satori/go.uuid with gofrs/uuid. (#268)nanohard
2018-05-09merge contributions (#246)Steve Manuel
2018-03-05added count and offset to search api (#232)Tornike Razmadze
2018-01-14Update to meet Let's Encrypt challenge requirment (#220)Steve Manuel
2018-01-08Move defer statement into http handler function (#219)Rob Weber
2018-01-04[deps] update go.uuid to latest and include in vendor (#217)Steve Manuel
2017-09-22adding data to struct in Update procedureSteve Manuel
2017-08-22fix error message in hookSteve Manuel
2017-08-22adding store access and buckets from other pkgsSteve Manuel
2017-08-15update Omittable, Pushable, interface to take res, req pair like Hooks, updat...Steve Manuel
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-23update addon api to support non-domain bind addressSteve 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
2017-06-27fixed approve handler losing data for string slicesTornike Razmadze
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-06-14cleanupNeven Jacmenović
2017-06-12fix typoSteve Manuel
2017-06-11delayed indexer init (fix for search not working when addons are enabled)Neven Jacmenović
2017-05-29adding --docs and --docs-port flags to config and run local docs serverSteve Manuel
2017-05-24populate item hookable in API updateSteve Manuel
2017-05-24fixing data var redeclarationSteve Manuel
2017-05-24provide delete hooks with the itemPaul Ivanov
2017-05-21make a proper item for Hookable methodsPaul Ivanov
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-27move the insert to contentIndex to the same Update callSteve 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