Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OhMyForm

Liberates form data from Data Silos like Google Forms, Office Forms and TypeForm.
Collective - Host: opensource - https://opencollective.com/ohmyform-sustainability - Website: https://ohmyform.com - Code: https://github.com/ohmyform

got authentication working

github.com/ohmyform/ohmyform - 0045f3d9cb8398d3ab1359b864bc70686ba490da authored over 9 years ago
fixed uploadPDF() Header problem

github.com/ohmyform/ohmyform - ebca4591fa45c95df1cdee32aa642139bab83713 authored over 9 years ago
got output PDFs to save

github.com/ohmyform/ohmyform - c9e97cefdc0857daf581b7f7cdda7fbd46eef1e4 authored over 9 years ago
temporary schema now copies the methods of the persistent user schema; hashing example added

github.com/ohmyform/node-email-verification - 549ed1336a9c24567bec8ead7ba35ce48676764b authored about 10 years ago
Merge pull request #3 from frankcash/master

Adds adding temp user test

github.com/ohmyform/node-email-verification - d8a4d70c538419b214055b5e5e5fb6449410cb31 authored about 10 years ago
Fixes semicolons; creates user in before block which is more proper

github.com/ohmyform/node-email-verification - 6bb7266344f2c1013731a82a15ab49b7c79f5a1d authored about 10 years ago
updates test to use the example schema

github.com/ohmyform/node-email-verification - 1a1fa4a7a0c7daa648db93c48b4c81da251c1b3a authored about 10 years ago
adds tempUserModelTest

must have db built before running

github.com/ohmyform/node-email-verification - 476fdb470959d9947550ccfef2b365b733c37512 authored about 10 years ago
Merge pull request #2 from frankcash/master

Starts adding tests

github.com/ohmyform/node-email-verification - 4dc5a43ae47c29f139d78aa1123cd72ea9a7b6d9 authored about 10 years ago
Makes main mode more testable

(#1)

github.com/ohmyform/node-email-verification - 8133b003d00e5825d317c7c9152e0b3db0dd3841 authored about 10 years ago
Adds simple test as PoC

(#1)

github.com/ohmyform/node-email-verification - a2ee15a31a98c30178752ca9a2819361345d0784 authored about 10 years ago
Ignore them dirty .DS_Stores

github.com/ohmyform/node-email-verification - 1eb746c5e8c5dd5e2fa08ff40d719f01398dba71 authored about 10 years ago
updates dependencies

(#1) adds mocha

github.com/ohmyform/node-email-verification - 4c9e3a4ca9e8894c5764e8d837b646a0c90fc18d authored about 10 years ago
updates dependencies in package.json

(#1)

github.com/ohmyform/node-email-verification - 353e2e206e3abdb7be5ab1ec6827fcdd4a7b3fc5 authored about 10 years ago
able to customize email field name

github.com/ohmyform/node-email-verification - 16b2b55315ffd9a5f88d2b51db0c8184d3e6b26c authored about 10 years ago
now able to customize the URL field name in temporary schema

github.com/ohmyform/node-email-verification - a308761c080dd48068f44394df4f255dfa7ca3c4 authored about 10 years ago
added more todo tasks, formatted readme betterly

github.com/ohmyform/node-email-verification - 96f77ade79d03583503d03d20e88bb94c376e290 authored about 10 years ago
more readme updates and junk

github.com/ohmyform/node-email-verification - 5e93ed99932a2386b0e226e9e98930a442288447 authored about 10 years ago
now able to resend verification emails; added half-decent API docs

github.com/ohmyform/node-email-verification - 31515f497b9bede6f9c3b4c1ab31c35eacbc55d5 authored about 10 years ago
added more options (changed length of randomly generated URL, send confirmation email, customize confirmation email, expiration for temporary users), and made a helper function for sending verification email (will be making a resend function soontimes)

github.com/ohmyform/node-email-verification - f0773da1a256e6fec62f31ba1953aa174791a0f9 authored about 10 years ago
temporary users can be made persistent users

github.com/ohmyform/node-email-verification - 2e7c1013bd48d9c757b35661b46e0d55e2389044 authored about 10 years ago
made it possible to check for duplicates in temp collection

github.com/ohmyform/node-email-verification - f108f0152fdd2485eac620d4ca5df6c7835afa7e authored about 10 years ago
change line spacing in package.json

github.com/ohmyform/node-email-verification - c8d126cfb8dbe1c77b9f7dcc082d8cf776469b82 authored about 10 years ago
Merge branch 'master' of github.com:StDako/node-email-verification

github.com/ohmyform/node-email-verification - 530bc1fae62454d7dbad896acf68a0abb1aba8fd authored about 10 years ago
added docstrings and (hopefully) working example in readme

github.com/ohmyform/node-email-verification - 59245578b4db140d48abcce32128366d6c1910c0 authored about 10 years ago
Adds a missing dependency

github.com/ohmyform/node-email-verification - b8cf037c62bbd6f4aba9c8b648b5d9266df85167 authored about 10 years ago
use a function to generate a temporary schema instead of repeatedly doing it

github.com/ohmyform/node-email-verification - b1ec230cf4b162637f0a1aa11329f591354beee6 authored about 10 years ago
temporary user schema is able to be predefined instead of always generated on the fly

github.com/ohmyform/node-email-verification - db171c1c3515f98f7cac6b16f2b134983dc19031 authored about 10 years ago
init commit; some functionality

github.com/ohmyform/node-email-verification - 22e5fca3f0f7e8ee0f1c49d0fef81b601c7fbb25 authored about 10 years ago