Commit Graph

161 Commits

Author SHA1 Message Date
riccardo
4d69da95c6 Run "yarn upgrade" 2019-12-20 16:48:48 +01:00
Riccardo Graziosi
d450fecda3 Merge pull request #4 from riggraz/dependabot/bundler/rack-2.0.8
Bump rack from 2.0.7 to 2.0.8
2019-12-20 14:53:34 +01:00
riggraz
f66170320f Comment out google chrome installation from Dockerfile 2019-12-20 14:42:10 +01:00
dependabot[bot]
39c0d00a70 Bump rack from 2.0.7 to 2.0.8
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-19 22:38:59 +00:00
Riccardo Graziosi
2d1ed63c7a Merge pull request #3 from riggraz/dependabot/bundler/puma-3.12.2
Bump puma from 3.12.1 to 3.12.2
2019-12-19 23:33:06 +01:00
riggraz
ec9747167e Add logo and badges to README 2019-12-19 15:31:03 +01:00
riggraz
419f4b32f7 Fix bug in docker-entrypoint.sh 2019-12-18 20:50:23 +01:00
Riccardo Graziosi
144e80a052 Update README with link to common problems wiki page 2019-12-16 22:36:48 +01:00
Riccardo Graziosi
41effe7e7b Improve README's readability 2019-12-16 22:09:49 +01:00
dependabot[bot]
eb217c8ccf Bump puma from 3.12.1 to 3.12.2
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.1...v3.12.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-06 15:58:50 +00:00
riggraz
d8443bf0c4 Move Dockerfile to docker directory 2019-12-03 23:16:34 +01:00
riggraz
68acccf1a4 Remove autofocus from some input controls 2019-11-25 23:07:20 +01:00
riggraz
595d06df05 Fix post description overflow on smaller devices 2019-11-25 23:01:19 +01:00
riggraz
f9253ec0d5 Add instructions to .env-example 2019-11-25 22:27:47 +01:00
riggraz
fef5aba43c Update readme 2019-11-25 22:10:53 +01:00
riggraz
f8af7fe02a Remove quotation marks from .env-example 2019-11-24 18:40:08 +01:00
Riccardo Graziosi
94a262ab6d Merge pull request #2 from riggraz/dependabot/bundler/loofah-2.3.1
Bump loofah from 2.2.3 to 2.3.1
2019-11-21 13:10:27 +01:00
dependabot[bot]
434a7e697c Bump loofah from 2.2.3 to 2.3.1
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.3.1.
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.2.3...v2.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-09 16:24:55 +00:00
riggraz
b4b893387e Add reference to wiki on error in check-env script 2019-10-16 20:27:06 +02:00
riggraz
c96073e4f8 Fix template issues of some sidebar components 2019-10-16 20:24:42 +02:00
riggraz
27b9659886 Change .env-example ENVIRONMENT to production 2019-10-16 19:39:33 +02:00
riggraz
9e3bf6dd0b Admin assets are now compiled in production 2019-10-16 19:10:05 +02:00
riggraz
a97c952191 Make production environment work 2019-10-16 17:27:37 +02:00
riggraz
22fd672efd Fix a bug in comments controller 2019-10-09 15:23:59 +02:00
Riccardo Graziosi
9dc3cbc881 Merge pull request #1 from riggraz/dependabot/bundler/rubyzip-1.3.0
Bump rubyzip from 1.2.3 to 1.3.0
2019-10-09 15:00:23 +02:00
dependabot[bot]
723ff98828 Bump rubyzip from 1.2.3 to 1.3.0
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.3...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-06 13:12:12 +00:00
riggraz
e2243a408d Merge branch 'master' of https://github.com/riggraz/astuto 2019-10-06 15:08:43 +02:00
riggraz
ababb67816 Add license link to readme 2019-10-06 15:08:26 +02:00
Riccardo Graziosi
24ff5ca97f Create LICENSE 2019-10-05 17:32:08 +02:00
riggraz
dc9f4f1b26 Update readme 2019-10-05 17:20:23 +02:00
riccardo
965a29bb1b Adjust boxes margin 2019-10-02 16:57:32 +02:00
riccardo
1d1169ab08 Add delete button to comment 2019-10-02 16:53:35 +02:00
riccardo
2c2a0e0c82 Add button to toggle comment is post update 2019-10-02 16:43:13 +02:00
riccardo
e8d7fcc359 Add gravatar image to new comment form 2019-10-02 15:26:32 +02:00
riggraz
034a5ab708 Add post updates 2019-10-01 19:15:03 +02:00
riggraz
be8f003d70 Add gravatar picture to comments 2019-09-30 23:28:52 +02:00
riggraz
4fdb71d488 Merge branch 'master' of https://github.com/riggraz/astuto 2019-09-30 18:49:35 +02:00
riggraz
1d211e61ad Modify minimum comment body length 2019-09-30 18:49:15 +02:00
riccardo
1574a84966 Add system test for like in post component 2019-09-30 18:40:34 +02:00
riggraz
551feef79e Improve LikeList style 2019-09-30 18:10:51 +02:00
riggraz
84263b9d33 Add Likes in Post component 2019-09-30 16:54:37 +02:00
riccardo
dfee92da9c Add system tests for likes 2019-09-28 13:49:37 +02:00
riggraz
ce234f8818 Add style to like button 2019-09-27 18:19:13 +02:00
riggraz
80164178c2 Implement basic version of likes 2019-09-27 16:57:23 +02:00
riggraz
5ee6a4afae Implement hotness algorithm 2019-09-27 15:48:21 +02:00
riggraz
ccb63c4e16 Improve routing tests 2019-09-27 14:41:54 +02:00
riggraz
970cd6934c Add likes model, controller and tests 2019-09-27 12:32:30 +02:00
riggraz
e1d8dbc281 Improve style consistency 2019-09-27 11:40:33 +02:00
riggraz
f744c497a2 Improve comment components and its reducers 2019-09-26 18:22:18 +02:00
riggraz
678d2eaacf Improve type checks 2019-09-26 16:03:41 +02:00