summaryrefslogtreecommitdiff
path: root/app/Http/Routes
AgeCommit message (Expand)AuthorFilesLines
2020-10-08Remove unused importsGreg Roach1-1/+0
2020-10-05Fix: #3113 - add autocomplete to surname fieldsGreg Roach1-3/+8
2020-09-26Restore some functions and mark them deprecated, so avoid breaking 3rd party ...Greg Roach1-0/+3
2020-09-21Fix: Users cannot view my-page if they only have visitor access to a treeGreg Roach1-3/+3
2020-09-21Fix: #3512, Fix: #3517 - Apache rejects URLs containing %2FGreg Roach1-2/+2
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-20/+33
2020-09-15Replace controller-actions with request-handlersGreg Roach1-29/+58
2020-09-15Remove league/glide. Use intervention/image directly.Greg Roach1-2/+4
2020-08-29Tidy routing tableGreg Roach1-185/+187
2020-08-06Allow HEAD requests for /ping and handle them better for other URLsGreg Roach1-1/+2
2020-07-23Simplify the geographic data listGreg Roach1-3/+4
2020-07-20Refactor MediaFileController into request handlersGreg Roach1-3/+6
2020-07-19Refactor calendar control into request handlersGreg Roach1-3/+6
2020-06-14Preparing to use GedcomElementsGreg Roach1-2/+2
2020-06-14Preparing to use GedcomElementsGreg Roach1-6/+6
2020-06-14Preparing to use GedcomElementsGreg Roach1-2/+2
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-21/+38
2020-06-14Factor controller actions into request handlersGreg Roach1-2/+4
2020-06-07Fix: allow managers to run data-fixesGreg Roach1-7/+7
2020-05-08New module to redirect legacy URLsGreg Roach1-16/+0
2020-04-20Fix: #3183, Fix: #3171 - Router fails wtih optional tree parameter for privat...Greg Roach1-1/+6
2020-04-17Add routes for static files in root folderGreg Roach1-0/+6
2020-03-14CodeStyleGreg Roach1-2/+0
2020-03-13Add record types for HEAD and SUBNGreg Roach1-0/+5
2020-02-23Fix: #3089 - change language from tree-preference to site-preferenceGreg Roach1-4/+8
2020-01-29Fix: #3028 - tree parameter needs to be mandatory for manage-trees pageGreg Roach1-2/+2
2020-01-25Fix: wrong URL for data-fix adminGreg Roach1-2/+2
2020-01-22Fix: CSRF middleware needs to run after routing and before the handlerGreg Roach1-8/+0
2020-01-20Create new middleware to load route parametersGreg Roach1-7/+2
2020-01-18Convert 'update places' function to data-fixGreg Roach1-4/+0
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-0/+16
2020-01-09Use place selector in lifespans chart optionsGreg Roach1-0/+2
2019-12-23Fix: #2898 - member-to-member message routes accessible to visitorsGreg Roach1-3/+3
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-16/+32
2019-12-15Fix: #2869 - apply CSRF checks after routingGreg Roach1-327/+352
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-0/+2
2019-12-05Fix: redirect after logout on private treeGreg Roach1-5/+5
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-4/+4
2019-11-14Fix: undefined variable when linking media to recordGreg Roach1-1/+1
2019-11-12Add tree parameter to registration and password resetGreg Roach1-8/+8
2019-11-11Fix: missing tree parameter in email verification emailGreg Roach1-1/+1
2019-11-10Fix: #2764 - routing error when editing shared notesGreg Roach1-2/+2
2019-11-10Fix: #2759, fix #2761 - add tree to registration notification emailsGreg Roach1-2/+2
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach1-1/+0
2019-11-04Refactor update-places to use post+get and new routesGreg Roach1-2/+4
2019-11-04Refactor user-cleanup to use post+get and new routesGreg Roach1-2/+4
2019-11-04Update routing in merge-recordsGreg Roach1-2/+8
2019-11-03Use POST+GET in upgrade wizardGreg Roach1-0/+1
2019-11-03Use POST+GET on calendar pageGreg Roach1-0/+1
2019-11-03Use POST+GET for unconnected individualsGreg Roach1-1/+4