Commit Graph

40 Commits

Author SHA1 Message Date
Riccardo Graziosi
5256ea911a Add post status administration (#105) 2022-05-01 18:00:38 +02:00
Riccardo Graziosi
ad67c3986b Various minor style improvements 2022-04-07 18:58:18 +02:00
Riccardo Graziosi
74c6fa5651 Update ruby gems with vulnerabilities (#96)
* Bump color-string from 1.5.3 to 1.9.0 (#93)

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.9.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.9.0)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ajv from 6.10.2 to 6.12.6 (#94)

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update rails, devise and administrate gems

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-23 21:29:54 +01:00
Kevin Vinhas
007d08a051 Add New Comment on your post notifications
This notification is sent only to the post owner, unless this person turned off the notifications.
A simple first step into the notifications by mail world :)

The mail contains a link to user profile
The link to the user profile is required to give an easy access to
notifications disabling.

Also having a preview for the notify_post_owner method

We can `Comment.first` because it is part of the db:seeds method. So
there should, in development, always be one.
2021-02-11 22:40:52 +01:00
Kevin Vinhas
9dfb13eff6 Adding notifications_enabled attribute to users
This diff just contains the migration and profile edition.

Refers to [This Project Card](https://github.com/riggraz/astuto/projects/1#card-31194036) and #33
2021-02-11 22:40:52 +01:00
Riccardo Graziosi
9b337cc659 Fix navbar style 2020-07-26 15:32:50 +02:00
Ruben Waterman
08de979b45 Add dark-mode support (#24)
* add dark-mode support

* make improvements as suggested by riggraz

* fix some dark theme styles

Co-authored-by: Riccardo Graziosi <riccardo.graziosi97@gmail.com>
2020-07-17 18:51:34 +02:00
riggraz
68acccf1a4 Remove autofocus from some input controls 2019-11-25 23:07:20 +01:00
riggraz
84263b9d33 Add Likes in Post component 2019-09-30 16:54:37 +02:00
riggraz
e06d95a7bb Add posts and comments to admin panel 2019-09-24 21:16:51 +02:00
riggraz
9bdbcef0ab Improve navbar brand visualisation 2019-09-24 16:37:55 +02:00
riggraz
e70d3bbda6 Add default favicon and logo 2019-09-23 17:06:32 +02:00
riggraz
10f73d876e Add .env file for docker-compose 2019-09-23 12:14:35 +02:00
riggraz
7729057180 Add select to change board of post 2019-09-21 12:54:57 +02:00
riggraz
494983efc6 Improve style pt. 3 (breakpoints) 2019-09-19 19:06:22 +02:00
riggraz
2bc991e154 Fix css bug in header 2019-09-19 18:45:55 +02:00
riggraz
0a41c22ec1 Improve style pt. 2 (devise forms) 2019-09-19 18:30:29 +02:00
riggraz
409cdeef8a Improve style pt. 1 2019-09-19 16:42:43 +02:00
riggraz
de1c225c56 Improve admin panel 2019-09-18 22:03:51 +02:00
riggraz
d05202a2d7 Add power_user? method to User model 2019-09-16 19:38:56 +02:00
riggraz
f599471af1 Add basic version of post show page 2019-09-12 15:51:45 +02:00
riggraz
5ca113b545 Fix flickering caused by turbolinks and other minor fixes 2019-09-11 21:03:40 +02:00
riggraz
66dde5ee91 Refactor stylesheets 2019-09-02 19:59:55 +02:00
riggraz
edacfb1a4f Add new post form 2019-09-02 14:32:57 +02:00
riggraz
4cb60cf2ed Add test for every action of admin panel 2019-08-29 12:11:18 +02:00
riggraz
d9414bd218 Add system tests for user signup, login and edit profile 2019-08-28 15:21:20 +02:00
riggraz
98b5b97a4e Add first version of roadmap 2019-08-26 14:29:56 +02:00
riggraz
24339c0e08 Add React and TS to webpacker; add react-rails gem 2019-08-25 14:34:20 +02:00
riggraz
87c205ca60 Apply single quote convention in Ruby code 2019-08-24 20:04:53 +02:00
riggraz
c66d350004 Improve admin panel accessability and style 2019-08-24 15:08:38 +02:00
riggraz
f0b3fe7a60 Add post statuses admin panel 2019-08-24 12:28:59 +02:00
riggraz
33ba4771d7 Add Boards 2019-08-22 17:09:13 +02:00
riggraz
ecc0d1cb27 Add admin panel and make it work for user resource 2019-08-21 16:13:39 +02:00
riggraz
35d55c1e71 Add gravatar picture to header 2019-08-19 17:42:13 +02:00
riggraz
7cae9d68c1 Add a mock home page 2019-08-19 17:41:47 +02:00
riggraz
7f2f536027 Improve style, in particular forms 2019-08-19 16:43:32 +02:00
riggraz
983841800c Add full name to users 2019-08-19 15:45:44 +02:00
riggraz
c270fcff11 Add header and customize some devise views 2019-08-19 13:52:26 +02:00
riggraz
6fe5845ec9 Add Boostrap 2019-08-19 12:16:17 +02:00
riggraz
467d5a9a0f Setup Rails project and dockerize 2019-08-18 14:51:37 +02:00