summaryrefslogtreecommitdiffstats
path: root/application/models
AgeCommit message (Expand)AuthorFilesLines
2023-01-29feat(PHP8.2): Fix dynamic properties deprecation warningsFlorian Pritz1-0/+1
2023-01-29fix: Remove call to non-existant Model constructorFlorian Pritz3-4/+0
2023-01-29feat(PHP8.2): Fix deprecated string interpolationFlorian Pritz1-1/+1
2023-01-29Merge remote-tracking branch 'upstream/develop' into devFlorian Pritz1-1/+1
2020-04-19Reclassify various exceptions as UserInputExceptionFlorian Pritz1-3/+3
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia1-1/+1
2018-06-14Refactor user deletion to work without passwordFlorian Pritz1-23/+36
2017-09-21Remove usage of deprecated valid_email functionFlorian Pritz1-2/+1
2017-09-21Fix return checks for CI3Florian Pritz1-0/+4
2017-09-18Migrate return code checks for CI3Florian Pritz1-1/+1
2017-09-09WIP: CI3 migrationFlorian Pritz3-0/+0
2017-09-09Merge tag '3.1.5' into dev-ci3Florian Pritz1-1/+2
2017-04-18Use === for some equality checksFlorian Pritz1-2/+2
2016-11-05muser: Rename login_cli_client to login_api_clientFlorian Pritz1-10/+10
2016-11-05Disable cli client login functionFlorian Pritz1-3/+4
2016-11-01mmultipaste->delete_id: Fix inverted return valueFlorian Pritz1-1/+1
2016-08-21Remove unecessary whitespaceFlorian Pritz1-1/+1
2016-08-21Improve coding style for return statements that only check one conditionFlorian Pritz2-20/+4
2016-08-21muser: Add delete_user()Florian Pritz3-0/+78
2016-08-21mfile->add_file: Take userid via argumentFlorian Pritz1-3/+1
2016-07-14muser: Add add_user functionFlorian Pritz1-0/+23
2016-07-14Move username/email validation functions to muserFlorian Pritz1-0/+25
2016-07-13Improve insufficient permisions error messageFlorian Pritz1-1/+1
2016-07-13Add site URL to authentication errorFlorian Pritz1-1/+1
2016-07-13muser: Improve invalid action key error messageFlorian Pritz1-1/+1
2016-07-13Fix typoFlorian Pritz1-1/+1
2016-06-07mmultipaste->valid_id: Detect empty multipastes as invalidFlorian Pritz1-0/+4
2016-05-24mfile/valid_id: Remove duplicate codeFlorian Pritz1-1/+1
2016-05-24Fix TypeError when getting thumbnail for invalid IDFlorian Pritz1-0/+5
2016-04-01Support rehashing of passwords not conforming to configFlorian Pritz1-0/+6
2016-04-01muser: Add set_passwordFlorian Pritz1-0/+7
2016-04-01Support changing password hashing settingsFlorian Pritz1-1/+6
2016-03-29Catch potential password hashing errorsFlorian Pritz1-1/+5
2016-03-29Use PHP's password_hash functionFlorian Pritz1-5/+1
2015-09-20postgres: Fix multiple queries using MySQL syntaxFlorian Pritz1-6/+6
2015-08-18Fix redirect URI when using multiple tabsFlorian Pritz1-12/+0
2015-08-10Increase thumbnail cache ttlFlorian Pritz1-0/+1
2015-08-09Improve performance of thumbnail historyFlorian Pritz1-12/+16
2015-05-21Support multiple files with the same hashFlorian Pritz1-45/+38
2015-04-08Cache filedataFlorian Pritz1-12/+15
2015-04-01Refactor lexer code into dedicated classFlorian Pritz1-183/+0
2015-03-21Highlight application/postscriptFlorian Pritz1-0/+1
2015-03-19Make user/get_action/invalid-action exception publicFlorian Pritz1-1/+1
2015-03-16Map .pp files to puppet lexerFlorian Pritz1-0/+1
2015-03-08Unify file/cron and mfile->valid_idFlorian Pritz1-25/+18
2015-03-02Add imagemagick supportFlorian Pritz1-9/+1
2015-02-19Add claiming of multipastesFlorian Pritz2-0/+13
2015-02-15add <!DOCTYPE html>Tjoosten1-1/+2
2015-02-06fixup! Support database table prefixesFlorian Pritz1-8/+8
2015-02-05fixup! Support database table prefixesFlorian Pritz1-6/+6