Ecosyste.ms: OpenCollective

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

github.com/pytition/Pytition

Django app for self-hosted privacy-friendly online petitions
https://github.com/pytition/Pytition

improve login view

55017525d64168737208fe38cf4f2d32eb3afdb8 authored almost 6 years ago
Add a better message on invitation

bf36a5b7181dc6da3f8600ee37a85a9a46dc6705 authored almost 6 years ago
add tooltips to actions and improve links and buttons

db561cb0c24ff8f9654eb420a2eaf20be0acd965 authored almost 6 years ago
add tests for AddSlug view

16ebce01b491b72ed387709d9b705f7cb0d5476f authored almost 6 years ago
fix tests after base.html template moved

8e56de1f6623f37e624fa99ecc8f68a85f6fa40a authored almost 6 years ago
cleanup and fixes

587c2ac656ba9a596919358c2d9928090dcd6ad2 authored almost 6 years ago
improve petition detail (#128)

Improve petition

66fb57c2737d7b62273b574bdc7ea0397828a790 authored almost 6 years ago
Merge pull request #127 from thimy/refactor-layout

Refactor layouts

c6d20577fd1618c1d204f4cc2ce58c2fe3c94479 authored almost 6 years ago
Merge branch 'master' into refactor-layout

10d9f88c432fc04bb1cf09e447c5f8bfe29f9d20 authored almost 6 years ago
Fixes bug in Petition.url

477c214b7094fd26429aa358779fa4dc1bf2d386 authored almost 6 years ago
refactor layouts and add containers to public pages

e10795adeaa1beb970a6183854029e1dee032d65 authored almost 6 years ago
correction after review

0d086027f65e34243c8c4d312b0493ca2e6d65cf authored almost 6 years ago
Add .swp and .db files in gitignore

2945bf50eded6f2b9767200e87f2ce1dcb741c33 authored almost 6 years ago
regorganize view's helpers

8454719f398110eaa6d9e7bd1ff39b4493e3be28 authored almost 6 years ago
Improve view and fix controller access right bug

2a563ec63e3f3cc5938515864403b5bb0edd15f4 authored almost 6 years ago
Update login page

1152e2c7d78a9c2d0614fcd1e075eef7f4519eb3 authored almost 6 years ago
add custom password reset page

ad9286c3d8f8169fa7fcf089d36f351c57a7b951 authored almost 6 years ago
use main_content instead of main_grid

370a6550bdd71ec6388961e8b3f090bc0cd83e9d authored almost 6 years ago
rework dashboard

762026ec23e0f02c5693b9475459d942daf483f3 authored almost 6 years ago
Replace all remaining detail views with slug url

5ad7042e805df68abcb4e55e722594273c898798 authored almost 6 years ago
Use nice slug-url for petition links everywhere. Also fix title with tags in search view

305a06ea9c312284d76600b2d12159210141ebf9 authored almost 6 years ago
Add generate_signatures to cli (#115)

This makes it possible to easily mock some signature via the cli

edcaf76e5fe0d1db0a04992039a49534d1895154 authored almost 6 years ago
since the main repository change the links (#117)

8a6a8ff15a2e3173a2000ee0070472b0fd178193 authored almost 6 years ago
add a static_root variable read from env var

b264e30078909bfea96c19f4ff91725f9977aa46 authored almost 6 years ago
add some docker configuration to see the use with uwsgi/nginx

da4e23c0a234213589ee84f1b1b64fdd3bfad857 authored almost 6 years ago
make the timers configurable

bc6972270b4e4e4690fb004d563601f193c73a36 authored almost 6 years ago
add a mailer that handle retry on failure and asynchronous

603238f015f661222933ba4d897eb6c4905a065c authored almost 6 years ago
Fix dashboard tests, dashboard views no longer show search results

d5cf569fa9e2d98c714b6cd495d298254b934a68 authored almost 6 years ago
Add a search page, implements #111 (#113)

28e2089c9b5b99daf2285af0a769a36eaf282270 authored almost 6 years ago
Fix tests and index page showing unpublished petitions

dcd165dca09f5628e54b6fdd166cfdee09fc5504 authored almost 6 years ago
Improve Account Settings view and move actions to leave organizations in settings (#116)

* Improve account_settings view and add organizations there

* Add and fixes tests

efac99ae2c72abf9b89438af3932ac26f900935c authored almost 6 years ago
Add integrity checks on petition slug names

4c3531e85a96c59e3e0650dff65030f9d31b642c authored almost 6 years ago
Update the index page (#110)

* Create a home page and update redirections from /

* index page rework
- added a hero to de...

2a41e7cf0c38573728a2a3f815ad80028f05bab9 authored almost 6 years ago
Fixes a bug in the hashing of IP addresses

295b751721cce3d5610942db83e98b712ad01e72 authored almost 6 years ago
Add tests for OrgCreate view and make organization name/slugname unique

dae4c3afcc359883fadc2d7e77c3154ddf02dd8b authored almost 6 years ago
Fix petition detail template

cc07c1f5e9f891f34148a1c4c8efc8f5055af079 authored almost 6 years ago
fix detailview tests

do not hardcode the petition id
add meta in detail_view

ea213740ae09b63cdb8c008ad608acb42b37663b authored almost 6 years ago
indent fix

bd144eb5e7fe9ec9b8df5de69d5e4bd9ae4d89ae authored almost 6 years ago
Remove useless imports in AccountSettings tests

8b51b97cad3b43485289f968650332ad5d9fab7b authored almost 6 years ago
extract and clean navbar

fcda0c710eff2158307ea0752f6e73510ba31893 authored almost 6 years ago
Fix smartwizard theme and petition_icon inclusion

d55796b3f8840aa186b32947bef4d829aeb83a68 authored almost 6 years ago
fix registration templates

21b52872d4304bcbc2c5c6dc46aebf41366dfef9 authored almost 6 years ago
reorganize static files

990f7838b7a1efcb2924974c18322a6aa76098ba authored almost 6 years ago
Improve url handling

4aaeaa522d76d3056f274fbe3a23508416d2c389 authored almost 6 years ago
convert urls to paths in urls.py

71909ce264933b3b15e5f918e11707255a74f142 authored almost 6 years ago
remove hardcoded petition.antipub.org (#102)

* remove hardcoded petition.antipub.org

This fixes #94

It removes an hardocded url "petiti...

ce27e2f53b1b531cb5386c5a91c6a19f4a21c744 authored almost 6 years ago
Add tests for AccountSettings view.

e34e39fda43756fee53fb78ceed009ac4f85a3be authored almost 6 years ago
Closes #100 upgrade bootstrap to 4.3.1

aff12b99eed2585fa09be6da86f4e5df21116008 authored almost 6 years ago
Prevent someone from accessing signatures from other's petitions

3a4abc804cea3783ac9b0b10c3691f0e6c849522 authored almost 6 years ago
split requirements.txt (#96)

* split requirements.txt

split the requirements in 2 files.

This makes it possible to not ...

d0d40a8d17189bf5ea5c457b9945ff510eb3f759 authored almost 6 years ago
Closes #92 Upgrade Django to new 2.2 release

171d25c40db4b8318bfd2f1cc1e3c94eb0bef640 authored almost 6 years ago
Fix setting/unsetting can_modify_permissions permission

f83a552757fdee7ae1cfa03a8e9811af997246bc authored almost 6 years ago
Fix delete_member url path

4930bf88a1618c3cb430a3e7ba9459eaec99a017 authored almost 6 years ago
Fix organization invitation acceptation

57d1791b8ab37b912bf9b365e2aa535c93c11256 authored almost 6 years ago
Add interface to add/remove petition slugs in edit_petition page

7bf676731a59cdf89746ed67be3b37c1b45112d1 authored almost 6 years ago
Use slug names for organizations in URLs + add missing org creation template

99513eda30d086a54ea03072055b2d31479b5d01 authored almost 6 years ago
About #90 : Check for title unicity when creating petition

2269d34f06df28e7e0afcaf21d6ebf8f339c1534 authored almost 6 years ago
Fix edit petition view

0a13480f1203b013b646edd92f4be3d81be2ebab authored almost 6 years ago
About #90 : Allow to use slugs in petition URLs

e5e585b692afb6330e8a18c41dadd750c1e224a9 authored almost 6 years ago
About #89 : Forbid '..' and '.' as Organization names

d6136e77c582cd260570bd1c4d9c23f2df5e2551 authored almost 6 years ago
insist more on the fact that leaving an org while being last member will delete ALL org data permanently

9ade3452b21716fabdeef706ced3f109a597ff97 authored almost 6 years ago
Closes #51 : Allow users to create Organizations

40a20a829ef4e38a81e224e002793eeebc1be938 authored almost 6 years ago
fix publish switch in petition creation wizard, it now works

fa1facfd6a82a4a01c012a943812f04910d6d4fe authored almost 6 years ago
Fix error handling when trying to create a petition in an organization and no permission to do it

94913a35f863f500bbe40ed0b56a52aec0b573e2 authored almost 6 years ago
Fix title and container handling in Django templates

39da6a8518d6d9360e836ad01ba1a1fbe49eb2f3 authored almost 6 years ago
Refactor css and petition detail template (#87)

* Use block container type for only class

* Refactor title block

* Add blocks for extra me...

11162436e962d32f45510f56ba917fb3d54bb960 authored almost 6 years ago
ci: always overwrite mysql credentials

9357d734bc28be6b13f252c3d3c21e943bd85868 authored almost 6 years ago
add tests for user_dashborad

d8fce25b75412bc3faa17ff754134d9d1e2fbdfd authored almost 6 years ago
more org_dashboard testing

113d3f1767481ece237bd02410b3f54821370099 authored almost 6 years ago
Add tests for org dashboard

6d4a1c9a589aff5e982e152558f7c352ea149f2f authored almost 6 years ago
a bit of better error handling

c1656caf76b2f9e9e5312f796d9410846d13cd24 authored almost 6 years ago
add some template tests

c93c31531a0d4e04588002de0827b319abeaccfb authored almost 6 years ago
Prevent user from removing its own can_modify_perms perm if (s)he is the only one left (with this perm)

712efb1856eb8988c12998db0b71ffb55bbc9e61 authored almost 6 years ago
remove duplicated messages in user_edit_permissions template

66fecc28cb95aaf8f2e3c5cc64b01c0420273a2c authored almost 6 years ago
Closes #83 #84 : Allow to change password, update user information and drop account

46cdb4a378e40e693b52fd45f2fdb2cbc85bd736 authored almost 6 years ago
Fix search bar

current search words were missing from search field

b71b2c2866440bcc55dd7dfe8d2a043bb77f0f95 authored almost 6 years ago
Closes #47 move identity selector to navbar

Add link to account settings + create organization

8b7f191ad7d0e265fb62dba570c6995cef6a87fd authored almost 6 years ago
cleanup redirect code

9213a469374f450359a886929b677b94e9a73f57 authored almost 6 years ago
Fix search button UI

0690d0cb04903e8a908fcf6231334a36ef3e12bb authored almost 6 years ago
Fix bugs discovered by previous commit's tests

0567d7e61b14910e3112e955ee7ac43655541643 authored almost 6 years ago
Add more tests

202889e7f835439e6b64056efde5d9520b991d60 authored almost 6 years ago
Update issue templates

5e3291bc3bddf26ae10ffa4e30d47461f8a5cbba authored almost 6 years ago
Create CODE_OF_CONDUCT.md

37bdbf1bd14a3e13f0af0b71cfff0f4cfa5ab2ae authored almost 6 years ago
update fr_FR locale file

dc10497b983abad3ac7c016865503e8d3c5952c0 authored almost 6 years ago
Closes #82 Add missing fields in petition edit page

e74c84b191ea28debd7dac7eb9ac6c3625cb3cea authored almost 6 years ago
Closes #60 'Save & Configure' button now works in petition wizard

aad65df446f79b9b39b09c1b2c140097e7f6cc07 authored almost 6 years ago
Fix profile pages showing unpublished petitions

6ef01d079450a0a34a67a5ee699098f698db6929 authored almost 6 years ago
add more tests

9baf921a0b0d8de817370fd13ee4ab2aec992141 authored almost 6 years ago
Update README to add build pass/fail badge

36ef74a3e0a3b3f8f2336dc8fc5ec0f74eab4dc2 authored almost 6 years ago
Fix bug discovered via tests/jenkins

orga and user index pages should only show published petitions

30f85ff99c7a5b7d9bf6794f64bc30cf77fce37e authored almost 6 years ago
Fix Jenkins

8faaa4d4193aad6d654d62108d0e356c2da28a87 authored almost 6 years ago
Run tests on Jenkins

418047bba127bac713086362c9a6edd8e5267c45 authored almost 6 years ago
Fix tests

a97e53f1c234af5ed47bce5051561f16ca17e18c authored almost 6 years ago
Closes #77 Confirmation dialog if last member wants to leave an Organization => it will be DELETED

d0a4c9d542f150218798f5f8e18c729b31ee87e2 authored almost 6 years ago
Jenkins WIP

67113d59290cf40fa9212c158cd28114da848501 authored almost 6 years ago
Closes #80 "Select all" checkbox in signature data template now works as intended

406c3d21ec2f190c7ef72df8035b4ef93d99ed13 authored almost 6 years ago
Add icons to buttons in signature data template

776f26460365b053f042644471905642d6a1dd64 authored almost 6 years ago
Closes #75 Allow to re-send confirmation e-mails

229edcfb8c6ce9c9e9a46b9bf37b3a80474e854f authored almost 6 years ago
Closes #81 align the View Signatures button

63d98298a35c61206f6cd10aa0ef4fa14f732644 authored almost 6 years ago
Closes #74 Allow to delete signatures

c16dac789b9a2b76e3603083796fb8251fcb3959 authored almost 6 years ago