Commit Graph

231 Commits

Author SHA1 Message Date
Riccardo Graziosi
6198d814d8 Add ReactIcons (#149) 2022-08-22 10:38:03 +02:00
Riccardo Graziosi
4c73b398e8 Add OAuth2 authentication (#147)
- Added Site settings > Authentication section
- Create/edit/delete your custom oauth2 configurations
- Login or signup with oauth2
2022-08-05 18:15:17 +02:00
Riccardo Graziosi
3bda6dee08 Add 🇫🇷 French locale
Thanks @DaFray31 !
2022-07-25 15:47:10 +02:00
Riccardo Graziosi
c8012977c5 New Crowdin updates (#145)
Important addition: French translation!
2022-07-25 15:14:27 +02:00
Riccardo Graziosi
198958ab67 Update CONTRIBUTING 2022-07-23 15:23:23 +02:00
Riccardo Graziosi
6ef010fe79 Add 🇩🇪 German locale
Thanks @Justman10000
2022-07-23 13:58:14 +02:00
Riccardo Graziosi
a6c630949a Change locales structure (#144) 2022-07-23 13:32:40 +02:00
Riccardo Graziosi
881708c77c New Crowdin updates (#143) 2022-07-23 12:30:14 +02:00
Riccardo Graziosi
9592ac3d1d Form refactoring (#142) 2022-07-22 16:50:36 +02:00
Riccardo Graziosi
d078e659c6 Add locales for Devise (#137) 2022-07-18 19:13:09 +02:00
Riccardo Graziosi
22d9b46016 New Crowdin updates (#135) 2022-07-18 18:28:07 +02:00
Riccardo Graziosi
35831b9801 Add Site settings > General (#133) 2022-07-18 10:47:54 +02:00
Riccardo Graziosi
bdc4004e4a Fix mail delivery error in production (#132)
Fix issue #62
2022-07-16 12:36:33 +02:00
Justman10000
1a94a0e040 Add Crowdin link to CONTRIBUTING.md (#130) 2022-07-15 17:07:28 +02:00
Riccardo Graziosi
5842bfc66d Add base translations (#129)
* New translations devise.en.yml (French)

* New translations activerecord.en.yml (Dutch)

* New translations en.yml (Russian)

* New translations en.yml (Portuguese)

* New translations en.yml (Dutch)

* New translations en.yml (Korean)

* New translations en.yml (Japanese)

* New translations en.yml (Italian)

* New translations en.yml (German)

* New translations en.yml (Spanish)

* New translations en.yml (French)

* New translations activerecord.en.yml (Chinese Simplified)

* New translations activerecord.en.yml (Russian)

* New translations activerecord.en.yml (Portuguese)

* New translations activerecord.en.yml (Korean)

* New translations devise.en.yml (Spanish)

* New translations activerecord.en.yml (Japanese)

* New translations activerecord.en.yml (Italian)

* New translations activerecord.en.yml (German)

* New translations activerecord.en.yml (Spanish)

* New translations activerecord.en.yml (French)

* New translations devise.en.yml (Chinese Simplified)

* New translations devise.en.yml (Russian)

* New translations devise.en.yml (Portuguese)

* New translations devise.en.yml (Dutch)

* New translations devise.en.yml (Korean)

* New translations devise.en.yml (Japanese)

* New translations devise.en.yml (Italian)

* New translations devise.en.yml (German)

* New translations en.yml (Chinese Simplified)

* New translations en.yml (Italian)

* New translations devise.en.yml (Italian)
2022-07-15 14:08:08 +02:00
Justman10000
84b9834d88 Add Crowdin configuration file (#128) 2022-07-15 13:24:23 +02:00
Riccardo Graziosi
37fb99a868 Add users management to site settings (#126) 2022-06-24 14:39:35 +02:00
Riccardo Graziosi
bc15140512 Add edit and delete actions to posts and comments (#125) 2022-06-22 10:17:42 +02:00
Riccardo Graziosi
07ca2a304a Update README and CONTRIBUTING (#124) 2022-06-13 15:04:57 +02:00
Riccardo Graziosi
e2065b2c5e Add roadmap management to Site settings (#123) 2022-06-12 15:22:06 +02:00
Riccardo Graziosi
db674eaf6a Update rails, webpacker and other deps (#122)
* Update webpacker to 4.3.0
* Update Rails to 6.0.5
* Update webpack-dev-server to 3.11.0
* Update @rails packages to 6.0.5 in package.json
2022-06-10 13:40:29 +02:00
Riccardo Graziosi
94f77517a8 Improve rails controllers (#118) 2022-06-10 12:03:33 +02:00
Riccardo Graziosi
8e75a85873 Refactor CSS (#116)
Refactor CSS files and structure. Also refactors some html and React components for a smarter use of CSS classes.
2022-06-08 10:20:36 +02:00
Riccardo Graziosi
35c427d9f6 Add markdown support (#115) 2022-06-06 20:20:03 +02:00
Riccardo Graziosi
78049a820c Add internationalization (#114)
🇬🇧 and 🇮🇹
2022-06-05 11:40:43 +02:00
Riccardo Graziosi
ba86e81aa0 Remove dead links from README 2022-06-05 11:17:03 +02:00
Riccardo Graziosi
084a7c6944 Update link to demo
Nice fail...
2022-05-28 16:52:41 +02:00
Riccardo Graziosi
b2c43a4647 Update README with demo link 2022-05-28 11:09:03 +02:00
Riccardo Graziosi
dad382d2b1 Post follow and updates notifications V1 (#111)
* It is now possible to follow a post in order to receive updates about it
* Notifications are now sent when updates are published
* Post status changes are now tracked
* Update sidebar now shows the post status history
* Mark a comment as a post update using the comment form
* ... more ...
2022-05-28 11:03:36 +02:00
Riccardo Graziosi
ce7be1b30c Change "docker-compose" to "docker compose" 2022-05-10 20:23:25 +02:00
Riccardo Graziosi
d0ea99c8f2 Remove dark mode (for now ;) 2022-05-10 20:16:03 +02:00
Riccardo Graziosi
f2977574d6 Remove unimplemented pages from site settings menu
Commit #200 ;)
2022-05-10 19:57:49 +02:00
Riccardo Graziosi
6be2394dc5 Add Boards management to sitesettings (#107) 2022-05-08 16:36:35 +02:00
Riccardo Graziosi
7b8a4d6709 Group actions into folders 2022-05-07 11:27:07 +02:00
Riccardo Graziosi
64e16778fd Fix post status ordering in seeds.rb 2022-05-07 11:03:52 +02:00
Riccardo Graziosi
8195285eb8 Add polyfill for padStart function 2022-05-07 10:57:27 +02:00
Riccardo Graziosi
5256ea911a Add post status administration (#105) 2022-05-01 18:00:38 +02:00
Riccardo Graziosi
c5148147e3 Remove redux devtools from create store 2022-04-10 16:33:08 +02:00
Riccardo Graziosi
1803c293ff Enable redux dev tools and refactor http requests 2022-04-09 10:45:43 +02:00
Riccardo Graziosi
ad67c3986b Various minor style improvements 2022-04-07 18:58:18 +02:00
Riccardo Graziosi
1943b8446f Bump ruby to 2.6.6 and speed up docker build 2022-04-07 16:31:57 +02:00
Riccardo Graziosi
3866aad0b4 Bump puma from 4.3.11 to 4.3.12 (#98) (#99)
Bumps [puma](https://github.com/puma/puma) from 4.3.11 to 4.3.12.
- [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/v4.3.11...v4.3.12)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-03 15:11:57 +02:00
Riccardo Graziosi
b4e859d3b4 Update node to v14 and run yarn-audit-fix 2022-03-31 19:51:03 +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
Riccardo Graziosi
e7b73bcc1a Update dependencies with vulnerabilities (#92)
* Bump minimist from 1.2.0 to 1.2.5

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5)

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

* Bump elliptic from 6.5.3 to 6.5.4

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

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

* Bump ssri from 6.0.1 to 6.0.2

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

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

* Bump lodash from 4.17.20 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

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

* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

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

* Bump browserslist from 4.8.2 to 4.16.6

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.8.2 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.8.2...4.16.6)

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

* Bump dns-packet from 1.3.1 to 1.3.4

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

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

* Bump ws from 6.2.1 to 6.2.2

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

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

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

* Bump postcss from 7.0.25 to 7.0.36

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.25 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.25...7.0.36)

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

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

* Bump addressable from 2.7.0 to 2.8.0

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

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

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

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

* Bump follow-redirects from 1.13.0 to 1.14.8

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

* Bump nokogiri from 1.11.3 to 1.13.3

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.3 to 1.13.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.13.3)

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

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

* Bump url-parse from 1.4.7 to 1.5.10

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

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

* resolve merge conflict
2022-03-21 20:57:46 +01:00
Riccardo Graziosi
4e0975dff6 Run bundle update
The gem mimemagic 0.3.3 was no longer available, but it was required by some Rails dependency. Running bundle update solved the issue. Now mimemagic dependency is gone, in favour of mini_mime.
2021-04-13 19:14:06 +02:00
dependabot[bot]
e2c3b50cd4 Apply dependabot security fixes
Bump elliptic from 6.5.2 to 6.5.3
Bump node-sass from 4.13.0 to 4.14.1
Bump http-proxy from 1.18.0 to 1.18.1
Bump ini from 1.3.5 to 1.3.8
Bump dot-prop from 4.2.0 to 4.2.1
Bump nokogiri from 1.10.9 to 1.11.1
2021-02-12 16:17:22 +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
0cc130a797 Add CONTRIBUTING.md 2021-02-07 12:59:20 +01:00