summaryrefslogtreecommitdiff
path: root/app/Services
AgeCommit message (Expand)AuthorFilesLines
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-12/+148
2019-11-22Add check for PHP fileinfo extensionGreg Roach1-0/+1
2019-11-20Add support for Hindi languageGreg Roach1-0/+2
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-1/+1
2019-11-13Fix: #2754 - do not rely on http referer headerGreg Roach1-1/+5
2019-11-11Simplify access to current localeGreg Roach1-7/+2
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach3-31/+47
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach2-4/+187
2019-11-04Refactor user-cleanup to use post+get and new routesGreg Roach1-1/+37
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-6/+11
2019-11-03Add privacy-policy/impressum - #2654Greg Roach1-2/+2
2019-11-02Fix: #2733 Expose access levels in module-component admin pageGreg Roach1-0/+35
2019-11-02Missing list of moderators/managers in control panelGreg Roach1-30/+17
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach3-5/+223
2019-11-01CommentsGreg Roach1-1/+1
2019-10-31Refactor controllers as request handlersGreg Roach1-0/+240
2019-10-29Change signature of Module::boot()Greg Roach1-8/+3
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach2-98/+105
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach2-4/+18
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-24Fix: #2644 - Refactor site logs controller to use service and request handlersGreg Roach2-25/+96
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-0/+236
2019-10-23Error handlingGreg Roach1-2/+4
2019-10-23load modules and catch exceptions on include and boot. (#2658)Ben1-2/+9
2019-10-22Use tree serviceGreg Roach1-8/+25
2019-10-19Strict typesGreg Roach2-2/+2
2019-10-19Avoid re-using variable namesGreg Roach1-4/+4
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach2-2/+2
2019-10-17PSR12Greg Roach19-0/+19
2019-10-16Duplicate array keysGreg Roach1-1/+0
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+5
2019-10-15Fix: template records for new treesGreg Roach1-5/+4
2019-10-14Apply fixes from StyleCI (#2628)Greg Roach1-1/+0
2019-10-14Move business logic from controller to serviceGreg Roach1-0/+235
2019-10-11Working on routingGreg Roach1-1/+1
2019-10-10Working on routingGreg Roach1-4/+5
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+1
2019-10-09Apply fixes from StyleCI (#2610)Greg Roach1-1/+2
2019-10-09Working on routingGreg Roach1-0/+23
2019-10-05Add route to requestGreg Roach1-0/+1
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-8/+5
2019-09-29PSR12Greg Roach18-0/+27
2019-09-29Add tree to request; preparing for routerGreg Roach1-1/+0
2019-09-29Fix: #2594 - HTML Purifier removes a[target]Greg Roach1-2/+4
2019-09-24Typehint against interfaces instead of concrete classesGreg Roach2-21/+22
2019-09-22Update password reset procedureGreg Roach1-0/+23
2019-09-21Fix: sending email from special accountsGreg Roach1-3/+8
2019-09-20Apply fixes from StyleCI (#2583)Greg Roach1-2/+4
2019-09-20Add checks/warnings to email settings pageGreg Roach1-2/+102
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-24/+27