1419 Commits

Author SHA1 Message Date
wodka
b7ed287a83 update dockerfile and compose 0.2.1 2019-07-12 11:00:31 +02:00
Leopere
b9e2931a39 Updated installation instructions for Quickstart 2019-07-11 20:22:57 -04:00
Leopere
55be428669 Another TODO 2019-07-11 20:07:47 -04:00
Leopere
5f8ba015cc Corrected Done list 2019-07-11 20:05:41 -04:00
Leopere
a652117e8a Nginx container TODO 2019-07-11 20:03:43 -04:00
Leopere
30dc60670f Created Docker directory and cleanup
Move container things to Docker subdir as it doesn't need to litter the root of the repo up.
2019-07-11 20:02:39 -04:00
Leopere
ab3fce3bbf Linted the linters linting 2019-07-11 19:59:03 -04:00
Leopere
986db033c7 Pick a markdown style and stick with it please 2019-07-11 19:56:21 -04:00
Leopere
cebb3cb532 Cleanup of things that don't work anymore
TODO: Re-Add contributors section if we can.
2019-07-11 19:55:26 -04:00
Leopere
cd6f6f640d Linted 2019-07-11 19:45:55 -04:00
Leopere
e0eb7f129f Added todo for dns_masq_setup_osx.md 2019-07-11 19:45:46 -04:00
Leopere
2dab4f93dd Removed unnecessary phrasing
phrasing that assumes responsibility for things or imposes morality.
Ideally we should take a stance of guiding people to take better paths
to communication but it's not our responsibility.
2019-07-11 19:45:09 -04:00
Leopere
d882c60d9b Minor linting for CODE_OF_CONDUCT 2019-07-11 19:41:47 -04:00
Leopere
ba6407cd1b TODO for dev_entrypoint.sh 2019-07-11 19:41:30 -04:00
Leopere
830cd00189 TODO for start.sh 2019-07-11 19:41:04 -04:00
Leopere
a35f6fd265 Added TODO for Vagrantfile 2019-07-11 19:40:55 -04:00
Leopere
29fed4d45a Removed more files
There are too many locations where this app was poorly documented we're going to aim to have all documentation hosted on https://OhMyForm.com where it is hosted from GitHub Pages exclusively now with no coupling.
2019-07-11 19:25:16 -04:00
Leopere
0690dfb94a TODO's for docker-compose.yml 2019-07-11 19:24:00 -04:00
Leopere
d086b2b659 TODO's for Dockerfile 2019-07-11 19:23:50 -04:00
Leopere
57fd9e2d48 Absolute base dev testing compose file 2019-07-11 19:17:21 -04:00
Leopere
218eb32de2 Repo Cleanup and Misc
Cleaned up github junk into .github directory.
Started to clean up CI/CD stuff that we're not using yet.
2019-07-11 19:13:16 -04:00
Leopere
18a1ee7e88 Added TODO for .env.example 2019-07-11 19:11:29 -04:00
Leopere
bc1f425bfe
Update Discord Server Address. 2019-07-11 18:21:24 -04:00
Leopere
210c7544e7
Merge pull request #344 from wodka/simplify-docker
improve docker images, fix jsep and initial build
2019-07-03 16:43:59 -04:00
wodka
a9e04b4894 add missing bower install 2019-07-03 22:13:28 +02:00
wodka
d07063f636 fixes for admin creation 2019-07-03 09:47:52 +02:00
wodka
643954896b fix user creation 2019-07-01 16:13:21 +02:00
wodka
77cabf15e5 attach socket.io to current server if ports are equal 2019-07-01 11:49:27 +02:00
wodka
b3bf791d3c improve docker images, fix jsep and initial build 2019-07-01 10:03:29 +02:00
Leopere
c3153ed514
Merge pull request #338 from tellform/Leopere-discordmove-1
Going to update the chat to something I can manage.
2019-06-07 19:47:24 -04:00
Leopere
e29742f83a
Going to update the chat to something I can manage.
I have no access to manage Gitter and it seems a slight refocus might not be terrible.
2019-06-07 19:36:57 -04:00
Arielle Baldwynn
a24f90ce91 added example env 2019-04-29 19:28:21 -07:00
Arielle Baldwynn
4eae4de2ce added countable web productions as sponsor 2019-04-29 19:16:36 -07:00
Arielle Baldwynn
39c656c41e fixed nginx dockerfile 2019-04-29 19:09:25 -07:00
Arielle Baldwynn
15a6324a90 got npm install to work 2019-04-29 16:02:27 -07:00
Arielle Baldwynn
17b428b304 Merge branch 'master' of github.com:tellform/tellform into stable2.1 2019-04-29 14:15:52 -07:00
Arielle Baldwynn
81e66f0025
Update README.md 2019-02-19 10:27:56 -08:00
Arielle Baldwynn
b1917c9fdd
Merge pull request #330 from mattiasaxell/master
fix Swedish translations
2019-02-02 13:01:51 -08:00
Mattias
6453716c99 fix translations 2019-01-31 10:15:21 +01:00
Arielle Baldwynn
639ba9fdb8
Merge pull request #328 from bokub/patch-2
Remove dead link from README
2019-01-09 16:31:30 -08:00
Boris K
1a9e847741
Remove dead link from README 2019-01-09 21:05:00 +01:00
Arielle Baldwynn
995e6aa41c
Merge pull request #316 from LoneRifle/patch-2
deleteSubmissions - remove spurious condition
2018-10-23 22:42:44 -07:00
Arielle Baldwynn
d7f0cc8127
Merge pull request #317 from spkjess/master
update markdown
2018-10-23 22:42:27 -07:00
Jess Sze
e8afc9e7e6 add registry 2018-10-20 17:17:29 +08:00
Jess Sze
ad35ae9215 update markdown 2018-10-20 17:03:24 +08:00
LoneRifle
5bc0d623a5
deleteSubmissions - remove spurious condition
`FormSubmission.remove` should not use `admin` as a condition:
 - the field is not present in the schema or in any created submissions
 - the user is unlikely to be the admin of a submission 

Remove this field to facilitate deletes

Fixes #315
2018-10-20 16:33:12 +08:00
David Baldwynn
13d9bd9ece fixed bugs with authentication 2018-09-11 14:09:17 -07:00
David Baldwynn
19c85f9845 fixed css aligment for form multi choice questions 2018-09-11 16:46:59 -04:00
Arielle Baldwynn
188705b640
Merge pull request #301 from pshah123/master
Fix Issues from PR #299
2018-08-31 13:27:24 -07:00
David Baldwynn
386b6be968 got stable release to work 2018-08-31 15:56:49 -04:00