summaryrefslogtreecommitdiffstats
path: root/application/helpers
AgeCommit message (Expand)AuthorFilesLines
2023-01-29Merge remote-tracking branch 'upstream/develop' into devFlorian Pritz1-1/+1
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia1-1/+1
2018-09-24Move JSON code to API classFlorian Pritz1-28/+0
2018-09-24Move etag handling to Main classFlorian Pritz1-22/+0
2018-09-24Remove unused mb_str_pad functionFlorian Pritz1-49/+0
2018-09-24Remove unused even_odd functionFlorian Pritz1-15/+0
2018-06-14Add cli user deletionFlorian Pritz1-0/+1
2018-06-14Document cli user/add_userFlorian Pritz1-0/+1
2018-05-03Update CLI usageFlorian Pritz1-1/+3
2018-01-31Proper display of expiration duration for less than a dayHrvoje Hodak1-0/+26
2017-09-18Remove secondary controller for CLI usage outputFlorian Pritz1-0/+14
2017-09-09Merge tag '3.1.5' into dev-ci3Florian Pritz1-1/+2
2017-07-04Create function for ensuring that json keys contain objectsFlorian Pritz1-0/+9
2017-02-01return_bytes(): Throw exception on unhandled unit typeFlorian Pritz1-1/+5
2016-11-10filebin_helper: Fix tabsReikion1-7/+7
2016-11-10Make sure that return_bytes function returns int valueReikion1-1/+1
2016-11-05Rename is_cli_client to is_api_clientFlorian Pritz1-7/+7
2016-11-05Drop user agent based cli client detectionFlorian Pritz1-7/+0
2016-01-24PHP7: Ignore Notice when getting mimetype0.9.10Florian Pritz1-0/+5
2015-09-14API 1.4: Add more values to file/get_configFlorian Pritz1-0/+12
2015-05-28JS: Use newest file time for cache buster0.9.2Florian Pritz1-2/+20
2015-05-21Support multiple files with the same hashFlorian Pritz1-0/+27
2015-05-05Set cache buster for js with urlArgs settingJoakim Reinert1-4/+3
2015-05-05Add support for minified main.jsJoakim Reinert1-0/+7
2015-05-05Use require.js for javascript loadingJoakim Reinert1-24/+0
2015-04-08Cache filedataFlorian Pritz1-1/+18
2015-04-02helper: Add cache_function_fullFlorian Pritz1-1/+18
2015-03-02Add imagemagick supportFlorian Pritz1-0/+8
2015-02-15add <!DOCTYPE html>Tjoosten1-1/+2
2015-01-16improve api errorsFlorian Pritz1-2/+3
2015-01-16first go at reworking; needs to be redesignedFlorian Pritz1-0/+16
2013-11-09implement cache_function to easily cache return values of functionsFlorian Pritz1-0/+18
2013-09-23Implement rangeDownload() as driver and provide sendfile implementations for ...Pierre Schmitz1-99/+0
2013-09-22Move user_logged_in check to controller constructorFlorian Pritz1-7/+0
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
2013-09-04Fix off-by-one error in random_alphanum()Florian Pritz1-1/+1
2013-09-04Only store session information for stateful clientsFlorian Pritz1-0/+15
2013-09-04Generalize request_type() to static_storage()Florian Pritz1-5/+9
2013-09-02Provide json output for api functionsFlorian Pritz1-2/+17
2013-09-02user_logged_in(): always load muserFlorian Pritz1-0/+1
2013-08-11Remove api keys dependency on usernameFlorian Pritz1-0/+6
2013-07-18Add json support to upload_historyFlorian Pritz1-0/+7
2013-05-23Rework javascript inclusionFlorian Pritz1-0/+24
2013-05-10Hide function not supported by auth driverFlorian Pritz1-0/+15
2013-01-17Support multiple uploads in the same requestFlorian Pritz1-0/+28
2012-07-02Only send a Content-Range header when we output a rangeFlorian Pritz1-2/+2
2012-06-22format_bytes(): fix bug if size=0Florian Pritz1-5/+18
2012-06-09detect new curl user agentFlorian Pritz1-1/+1
2012-05-17Move some functions from file_mod to file controllerFlorian Pritz1-0/+22
2012-05-17improve is_cli_client() and use everywhereFlorian Pritz1-7/+16