Go to file
dependabot[bot] 888bb9dd87
Bump rubocop from 1.41.1 to 1.42.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.41.1...v1.42.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 09:00:52 +00:00
.devcontainer Adjust spacing in devcontainer.json 2022-09-15 23:29:56 +02:00
.docker Switch to Node 14 2022-11-13 15:01:27 +01:00
.github Bump actions/checkout from 3.1.0 to 3.2.0 2022-12-19 09:08:31 +00:00
app Appease the dog overlords 2023-01-01 22:43:24 +01:00
bin Initial Webpacker setup 2020-12-25 18:22:03 +01:00
config Add mute relationships to Rails Admin 2023-01-01 22:42:50 +01:00
db Make `question_id` on anonymous blocks nullable 2022-12-28 00:10:59 +01:00
docs remove some files 2022-01-07 00:03:48 +01:00
lib rubodog 2023-01-02 09:24:34 +01:00
log first commit 2014-08-01 11:23:47 +02:00
public allow for using SVG logos in the navbar 2022-10-24 23:19:51 +02:00
service-docs Remove FAQ page 2022-04-17 22:58:42 +02:00
spec question/create_followers: fix incrementing asked_count 2023-01-02 09:20:59 +01:00
tmp added a few directories in ./tmp 2014-12-13 16:42:00 +01:00
.browserslistrc Initial Webpacker setup 2020-12-25 18:22:03 +01:00
.editorconfig add editorconfig 2022-09-04 17:42:59 +02:00
.eslintrc.json Add Typescript linting with ESLint 2020-12-26 21:59:53 +01:00
.gitignore clean up gitignore 2022-12-28 00:11:50 +01:00
.haml-lint.yml Ignore Style/IdenticalConditionalBranches in HAML 2020-05-11 19:40:44 +02:00
.rspec removed a (rrer)rspec option 2014-12-05 06:39:33 +01:00
.rubocop.yml first draft of the new data exporter 2022-12-10 00:39:50 +01:00
.ruby-version Upgrade to Ruby 3.1.2 2022-07-23 12:06:24 +02:00
Brewfile Add Brewfile 2022-01-19 15:32:19 +01:00
Brewfile.lock.json Add Brewfile lock 2022-07-03 19:00:11 +02:00
Gemfile Bump rubocop from 1.41.1 to 1.42.0 2023-01-02 09:00:52 +00:00
Gemfile.lock Bump rubocop from 1.41.1 to 1.42.0 2023-01-02 09:00:52 +00:00
LICENSE added license (AGPLv3) 2015-04-02 01:39:46 +02:00
README.md Update README.md 2022-11-03 19:00:08 +01:00
Rakefile Remove Guard and Brakeman 2022-10-31 22:45:45 +01:00
babel.config.js Merge branch 'main' into feature/stimulus-character-count 2022-10-13 22:07:15 +02:00
config.ru first commit 2014-08-01 11:23:47 +02:00
crowdin.yml Update Crowdin configuration 2022-08-02 19:21:22 +02:00
docker-compose.yml start Rails server using rdebug-ide in Docker 2022-12-24 12:28:32 +01:00
package.json Merge pull request #879 from Retrospring/dependabot/npm_and_yarn/core-js-3.27.0 2022-12-26 13:07:51 +00:00
postcss.config.js Initial Webpacker setup 2020-12-25 18:22:03 +01:00
tsconfig.json Allow importing JSON files in TypeScript 2022-10-10 21:40:53 +02:00
yarn.lock Merge pull request #879 from Retrospring/dependabot/npm_and_yarn/core-js-3.27.0 2022-12-26 13:07:51 +00:00

README.md

The Retrospring logo

Retrospring

Retrospring is a free, open-source social network following the Q/A (question and answer) principle of sites like Formspring, ask.fm or CuriousCat. Users can create accounts on Retrospring to receive questions from other users of the site and/or anonymous people on the Internet. They can also follow each other on Retrospring to see new answers of their friends in the timeline and to ask their followers interesting questions.

Installation

You can find all the installation instructions needed for a local/production setup of Retrospring in the Wiki.

Contributing

Retrospring is free, open-source software licensed under AGPLv3.

Our guidelines and general information about how you can help us improving Retrospring can be found in the CONTRIBUTING.md file.

Licence

Copyright (C) 2014-2022 The Retrospring team and contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.