|
7fc3fb19c0
|
Upgrade to Laravel v7
|
2020-06-13 16:32:42 +01:00 |
|
|
dd4573cb45
|
Merge pull request #162 from jonnybarnes/dependency-updates-20200610
Update dependency versions 20200610
|
2020-06-10 20:59:27 +01:00 |
|
|
3730eef869
|
Only support PHP 7.4
|
2020-06-10 20:54:39 +01:00 |
|
|
945cd2ad76
|
Update dependency versions
|
2020-06-10 20:48:23 +01:00 |
|
|
c7169f9853
|
Merge pull request #160 from jonnybarnes/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
|
2020-03-13 21:01:08 +00:00 |
|
dependabot[bot]
|
c75ae88c41
|
Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-03-13 20:55:01 +00:00 |
|
|
d8b9615521
|
Merge pull request #159 from jonnybarnes/long-urls-on-mobile
Stop long Client URLs on mobile pushing page too wide
|
2020-03-08 15:41:31 +00:00 |
|
|
0104112b59
|
Break long client URLs on mobile
|
2020-03-08 14:18:37 +00:00 |
|
|
09d0f9b71b
|
Add some test data for long url bug
|
2020-03-08 14:16:41 +00:00 |
|
|
e3ee803384
|
Merge pull request #158 from jonnybarnes/pagination
Pagination
|
2020-02-24 19:45:48 +00:00 |
|
|
debbfa98d6
|
Use macro for pagination links
|
2020-02-23 17:12:17 +00:00 |
|
|
eb4f479b97
|
Add pagination links to front page
|
2020-02-23 12:39:21 +00:00 |
|
|
4cc9b4fa30
|
Merge pull request #157 from jonnybarnes/ide-helper
IDE Helper added
|
2020-02-22 13:27:46 +00:00 |
|
|
7fe74c00b0
|
Another phpcs fix
|
2020-02-22 12:09:26 +00:00 |
|
|
bd380e365c
|
Stop phpcs line too long error for generated class Docs
|
2020-02-22 12:00:59 +00:00 |
|
|
bd93f7831e
|
Fix PHPDoc styles for ide helper blocks
|
2020-02-22 11:21:00 +00:00 |
|
|
3f1bca4168
|
IDE Helper added
|
2020-02-22 11:06:43 +00:00 |
|
|
7fd04ce100
|
Merge pull request #152 from jonnybarnes/stylelint-a11y
Add the stylelint-a11y package
|
2020-02-21 23:16:06 +00:00 |
|
|
9759033a12
|
Add the stylelint-a11y package
|
2020-02-21 23:04:18 +00:00 |
|
|
d405f8c947
|
Merge pull request #151 from jonnybarnes/add-psalm
Add Psalm
|
2020-02-21 22:56:30 +00:00 |
|
|
72ea343366
|
StyleCI fixes for namespace imports
|
2020-02-21 22:50:30 +00:00 |
|
|
215b28b056
|
Fix errors psalm found scanning at level 7
|
2020-02-21 22:46:48 +00:00 |
|
|
e7612c8c31
|
Install psalm
|
2020-02-21 22:46:31 +00:00 |
|
|
75cd090171
|
Merge pull request #150 from jonnybarnes/mobile-layout-v2
Fix mobile layout for latest redesign
|
2020-02-21 21:52:28 +00:00 |
|
|
605ef1ef0b
|
Improve bookmark layout
First bookmark on the bookmarks page now has spacing added to the top
|
2020-02-21 19:38:33 +00:00 |
|
|
980f2e14d7
|
Mobile changes:
- Header layout fixed
- Improved markup for better click region of header
- reduced width of search input on mobile
|
2020-02-21 18:57:44 +00:00 |
|
|
f17511dccd
|
Tweak mobile layout rules
|
2020-02-21 18:26:52 +00:00 |
|
|
01494b4105
|
Merge pull request #149 from jonnybarnes/dependency-updates-20200217
Update dependency versions 20200217
|
2020-02-21 13:53:43 +00:00 |
|
|
d2555f6ead
|
Merge branch 'develop' into dependency-updates-20200217
|
2020-02-21 13:48:19 +00:00 |
|
|
a995c4cff3
|
Update dependency versions
|
2020-02-21 13:41:02 +00:00 |
|
|
3606a72cbe
|
Merge pull request #146 from jonnybarnes/composer-updates-20200131
Updating Composer Dependencies
|
2020-01-31 17:26:19 +00:00 |
|
|
29498cb6e7
|
updating dependencies
|
2020-01-31 17:12:47 +00:00 |
|
|
1bba326711
|
Merge pull request #141 from jonnybarnes/refactor-frontend
Refactor
|
2020-01-26 21:35:50 +00:00 |
|
|
c465840e65
|
Remove un-needed cache apt fromt travis config
|
2020-01-26 21:27:37 +00:00 |
|
|
f6928784d0
|
Try all tests on Travis again
|
2020-01-26 20:44:11 +00:00 |
|
|
ad01233c5b
|
Use better http tester methods
|
2020-01-26 20:42:42 +00:00 |
|
|
85cdcfa2f3
|
Try forcing php version 7.4.2
|
2020-01-26 19:59:29 +00:00 |
|
|
e5ef337e3a
|
Try not having a port
|
2020-01-26 19:10:45 +00:00 |
|
|
c1b316b641
|
Use Laravel 6’s new test methods for HTTP tests
|
2020-01-26 19:03:34 +00:00 |
|
|
e0c021cca2
|
Focusing on very specific failing test just in PHP 7.4
|
2020-01-26 18:48:52 +00:00 |
|
|
8a9c2fd906
|
Latest ubuntu comes with postgis 2.4
|
2020-01-26 18:16:48 +00:00 |
|
|
52e30edd19
|
We don’t have realpath on latest ubuntu
|
2020-01-26 18:13:43 +00:00 |
|
|
a11d6a5c2f
|
Use latest ubuntu version
|
2020-01-26 18:10:37 +00:00 |
|
|
623107699e
|
I missed that the rule for style ci does not need manually adding anymore
|
2020-01-26 18:04:23 +00:00 |
|
|
bc10faeda3
|
Add required php zip extension
|
2020-01-26 18:01:38 +00:00 |
|
|
4a616b2e05
|
Laravel repset now does not have length ordered imports
|
2020-01-26 17:55:30 +00:00 |
|
|
d6bb0c1ad7
|
Updating project files
|
2020-01-26 17:50:49 +00:00 |
|
|
9589863e42
|
Improve h-card check in mircopub request
|
2020-01-26 17:45:09 +00:00 |
|
|
50e4848e46
|
Fix tests to reflect updated code
|
2020-01-26 17:44:10 +00:00 |
|
|
3fe200ffab
|
Don’t make emoji accessible for now
|
2020-01-26 16:36:12 +00:00 |
|