Ecosyste.ms: OpenCollective

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

ProjectSend

ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy.
Collective - Host: opensource - https://opencollective.com/projectsend - Website: https://www.projectsend.org - Code: https://github.com/projectsend/projectsend

Cron: save log to table. Execute delete expired files task.

github.com/projectsend/projectsend - 23707b6b387d0c7e306ffc791ab07f943261875b authored over 2 years ago
Updated translations and gitignore for other languages

github.com/projectsend/projectsend - 2b0ab64a6c37a85b3ed5a8eb32fe27a3947f18f7 authored over 2 years ago
Changed Date settings field note

github.com/projectsend/projectsend - 6e39b923082bf815d547b65e9f83363707a84f72 authored over 2 years ago
Updated admin translations catalog

github.com/projectsend/projectsend - 7adc4e802ed025086c49cbec1685f9bdd34f71d4 authored over 2 years ago
Option to not send email notifications of new files during the save process, reserving this for a cron job

github.com/projectsend/projectsend - 616b442b8cc5aac91387538087769cf554b8219c authored over 2 years ago
Added new cron options to send an email summary after running, allow CLI only

github.com/projectsend/projectsend - a7c66248c6ba841a7e5906129db761448a2a8bf4 authored over 2 years ago
Fixed saving cron options

github.com/projectsend/projectsend - 1b2f61b3adc7ee41af9af2a9fbfe7db55c814068 authored over 2 years ago
Fixed warnings when running via command line

github.com/projectsend/projectsend - 4890ff18d6cecf34b65dca4acd9f1187cad63a9a authored over 2 years ago
When a self registered client uploads a file, notification goes to system admin

github.com/projectsend/projectsend - c95517e4c5a9936ea340677696e2f5b310404f60 authored over 2 years ago
Update options.php

github.com/projectsend/projectsend - 634831c6bec00535fa9ff14378f1c1fa7fa55ba9 authored over 2 years ago
Set default length for generate_password function

github.com/projectsend/projectsend - 31dbb596c61ad4e05da8f3f942ed2380019832ea authored over 2 years ago
Added cron options page

github.com/projectsend/projectsend - 16bc9f04e59d6ae13e157cbb4a57fccc5bd6d1f6 authored over 2 years ago
Moved emails notifications into a class. Added email throttling (to make use of the cron job)

github.com/projectsend/projectsend - 40d53fbc53789b3d906db89eb6c77806e5fbcc2a authored over 2 years ago
Separated upgrades into a new file for each one

github.com/projectsend/projectsend - 09e70144aae51ae102b4ffb7e25f3d5956cf0ebb authored almost 3 years ago
Simplified installer. Prevent post re-submission.

github.com/projectsend/projectsend - b637e6ab8e4f09d1ef488d65d2653dc9f850b295 authored almost 3 years ago
Update updates.functions.php

github.com/projectsend/projectsend - c240337a9a1b9b72613be71d7aa7039c87479051 authored almost 3 years ago
Fixed db update message

github.com/projectsend/projectsend - e556c39229f04a147c325328246b76ff5500d0ab authored almost 3 years ago
Added a database update class

Prevents having to add new updates into the schema on the installer too. DB updates are run afte...

github.com/projectsend/projectsend - 133d2bb0885ba47597ec6bb0dd11d3a92310e175 authored almost 3 years ago
Category edit: Avoid circlular tree

github.com/projectsend/projectsend - e6bcaf477b710153da1ade6408cd5de158d0cd17 authored almost 3 years ago
Category edit: verify parent id is not equal to same category id

github.com/projectsend/projectsend - cbd0a0f8ba2f1b303c74f6ff52251f2a9dfd4f88 authored almost 3 years ago
While installing, get default timezone from system

github.com/projectsend/projectsend - ad87289c3c8cf2179315b567fb6fc7c01242be4e authored almost 3 years ago
Merge branch 'develop' of https://github.com/projectsend/projectsend into develop

github.com/projectsend/projectsend - 09308750dfb0c108b47bd76e1dfd4a4093fb9b7a authored almost 3 years ago
Added max-width to the logo image on the gallery template in case the default one is not replaced

github.com/projectsend/projectsend - 4023e9b6777372ce5aad37bc898198ddd7a9cfe2 authored almost 3 years ago
Merge pull request #1082 from projectsend/dependabot/npm_and_yarn/minimist-1.2.6

Bump minimist from 1.2.5 to 1.2.6

github.com/projectsend/projectsend - 8752c67dab10759f45cb422ef9c8290c281b83a1 authored almost 3 years ago
Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](ht...

github.com/projectsend/projectsend - 6b96576fcded601689843af69c0dd4afb1218b7f authored almost 3 years ago
Enable or disable debug from the custom config file, instead of using a core file

github.com/projectsend/projectsend - 0d5f6eba8b866160ca092172d7002be76807049b authored almost 3 years ago
Added a new page in the Tools menu for admin users to manually unblock IP addresses after failed log in attempts

github.com/projectsend/projectsend - 2cd7a57c1baa7eaaa224a868e0b3e42d97737aec authored almost 3 years ago
Fixed notices on php 8+

github.com/projectsend/projectsend - 834eb625972243c3c86abe2eb271f07668a96782 authored almost 3 years ago
Added countdown to failed logins timers, enable and disable log in button accordingly

github.com/projectsend/projectsend - ce637b0b9125128502042226d82a85b52db0dee4 authored almost 3 years ago
Added failed logins throttle to prevent brute force attacks. Adds fail2ban compatibility

github.com/projectsend/projectsend - 83dcc03ee6cc37d076727dd26b64fef9ca7da280 authored almost 3 years ago
Enable csv uploading by default

github.com/projectsend/projectsend - 868ddc387a5100c516b6cf9f9eafe21e2c0d8a88 authored almost 3 years ago
Merge branch 'develop' of https://github.com/projectsend/projectsend into develop

github.com/projectsend/projectsend - e1e9feeff7cc1d719a888efb4a3a1a34a52ce74f authored almost 3 years ago
Use curl -if available- to get new versions and news data, enables timeout to prevent long loading times

github.com/projectsend/projectsend - 7d3c8120cc24fcb2f2b7084571620cb27582740d authored almost 3 years ago
Merge pull request #1067 from projectsend/dependabot/composer/enshrined/svg-sanitize-0.15.0

Bump enshrined/svg-sanitize from 0.14.1 to 0.15.0

github.com/projectsend/projectsend - 7e959279cd3e1e88e66dc71065cb251735ffbcf4 authored almost 3 years ago
Merge pull request #1068 from Smiecho/patch-1

Update Files.php

github.com/projectsend/projectsend - 9a5633c7aa0bedf49a56bcea1bb7d64737875b46 authored almost 3 years ago
Update Files.php

PDO Statement crashed with error 500 due to one of the parameters binded ("is_public") being null.

github.com/projectsend/projectsend - c89a22c42a4cf91248942a4a7da5fab28f956abd authored almost 3 years ago
Bump enshrined/svg-sanitize from 0.14.1 to 0.15.0

Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.14.1 to 0.15...

github.com/projectsend/projectsend - e4f9562cbee9de2cd7e2005670d2841d8ae2d877 authored almost 3 years ago
Fixed: dashboard counters labels where not translatable

github.com/projectsend/projectsend - 28fe22b0d5b9816ccf1f30383ed108ffe5e4851b authored almost 3 years ago
When editing a user, if role is not client, some fields should be always null (phone, contact, address)

github.com/projectsend/projectsend - beacbaecda9e4b11f4320786da2fbff6f8a2a044 authored about 3 years ago
Fixed XSS vulnerability on search forms

github.com/projectsend/projectsend - 3cf659e0dce1c55711ddde73ea0dfea73abd6020 authored about 3 years ago
Fixed current menu item not being marked if the current URL contained a query string

github.com/projectsend/projectsend - 863171e97f4aaf01ea3b3d66424033946162690c authored about 3 years ago
Merge branch 'develop' of https://github.com/projectsend/projectsend into develop

github.com/projectsend/projectsend - 0e715ae354681a917347ed5859aead62656fb976 authored about 3 years ago
Fixed sorting tables when PS is installed in a directory, not in root

github.com/projectsend/projectsend - 56fb0bd3e774854051f92524b1831d1d04ee936c authored about 3 years ago
Merge pull request #1058 from RoboDoc/develop

Update .htaccess

github.com/projectsend/projectsend - 368a25348cdf79740ae1fb48c2d466977df87047 authored about 3 years ago
Fixed deprecation warning

github.com/projectsend/projectsend - fe6d80b1c982ca9097c9365a188696036cf08067 authored about 3 years ago
Fixed loading translations in php 8+

github.com/projectsend/projectsend - a3c8e66b0ba6e57ebe59e6202f7e9b8e18d6feb2 authored about 3 years ago
Get selected template option from the database, instead of using a constant

github.com/projectsend/projectsend - 87254fca0ce2389ca0d08da3ebf71983135b1124 authored about 3 years ago
Updated translation files

github.com/projectsend/projectsend - 19e937a4c510bd21af49892e422f23245856fb33 authored about 3 years ago
Queries count is no longer available

github.com/projectsend/projectsend - 89141cbb635e3515559465021c2bf2cdcee9de83 authored about 3 years ago
Fixed news and statistics widgets not loading

github.com/projectsend/projectsend - e598e23da74a58f38d8866d91ccd91244c587004 authored about 3 years ago
Batch actions are sent as post instead of get to prevent malicious users from sending an action url to an admin user

github.com/projectsend/projectsend - afc564d342e7b915281af0f42580fbdc94a9077b authored about 3 years ago
Updated enshrined/svg-sanitize

github.com/projectsend/projectsend - 328dfa8fdd861b26c2f9e07fff8bfe61e3efdd3f authored about 3 years ago
Updated plupload to prevent drag and drop XSS

github.com/projectsend/projectsend - 1d045b060da99eee2205c22ab7de035facb61acb authored about 3 years ago
Prevent registering via POST if self registration is disabled

github.com/projectsend/projectsend - 240d20b8a601c3d8973892eca552208fc4954e37 authored about 3 years ago
Update security.php

github.com/projectsend/projectsend - b0a2750d2761e5245de1df02a5bb4ffdafdfad4c authored about 3 years ago
If Recaptcha is enabled, use it on login, password reset request and register forms

github.com/projectsend/projectsend - baff4d5680df621d326250052cba4e14b4de493c authored about 3 years ago
Removed the PDOEx class. Queries count is not really needed.

github.com/projectsend/projectsend - 13ce9e4481e87385e5a3c34ceb9fbe162584e933 authored about 3 years ago
Merge branch 'develop' of https://github.com/projectsend/projectsend into develop

github.com/projectsend/projectsend - 793c3c57a72ae9d42885f38a10eacd04040d80e9 authored about 3 years ago
Fixed #1052 Title TAG instead file name (solution by deklica)

github.com/projectsend/projectsend - 36bfa8a30239aa57c512af478022f7f8a3e95930 authored about 3 years ago
Merge pull request #1050 from ehawman-rosenberg/spellcheck-pass

Spellcheck pass

github.com/projectsend/projectsend - 41ac797ee05f825693f99f1e6bd8aaf389c4808f authored about 3 years ago
removed a change sandwiched between commits

github.com/projectsend/projectsend - 27c8a5fbf03dde627f5bd3c1476bd259278f6446 authored about 3 years ago
First pass with spellchecker (manually validated)

github.com/projectsend/projectsend - af533cb4af0873df7c3b6c2d550b8dc3e19d09bd authored about 3 years ago
Merge pull request #1041 from ehawman-rosenberg/develop

Changed all instances of "his" to "their" when referencing an unknown individual

github.com/projectsend/projectsend - 11730b29a4ddb751cc405e4c8c7d523b79e5f682 authored about 3 years ago
Merge pull request #1043 from RiversideRocks/patch-2

JSON content type

github.com/projectsend/projectsend - 9499151e8e2504b6846be6925cd5643019294cb2 authored about 3 years ago
Merge pull request #1042 from RiversideRocks/patch-1

JSON header

github.com/projectsend/projectsend - 71340c3e67dc97c472ca7a809dc0bfca1838c5b7 authored about 3 years ago
JSON content type

github.com/projectsend/projectsend - b680d550d6ca975f27d384c36e5ff6b08e06fa32 authored about 3 years ago
Changed all instances of "his" to "their" when referencing an unknown individual.

github.com/projectsend/projectsend - 5dc4ee63de3178855f0102b9f38208d463d0de17 authored about 3 years ago
Debug should be off by default

github.com/projectsend/projectsend - 93351fefd4569bf51b3ae40ed1ce50af0f9bc80c authored about 3 years ago
Check for shell_exec while getting file size

github.com/projectsend/projectsend - c32b3a2cdd2203c1c7599338ff9cab9785248c40 authored about 3 years ago
Fix for new installations

github.com/projectsend/projectsend - 7c5dc45ac24f4561d1b271de09e9647a20d4054d authored about 3 years ago
Merge pull request #978 from jensbrand/develop

Added chunked download of file with resume in pure php

github.com/projectsend/projectsend - 8d070cb72328c676ca4b3d38f052e4684a18b8fd authored about 3 years ago
Merge pull request #1029 from guitoulefoux/patch-2

Update core.update.php

github.com/projectsend/projectsend - a111f3810ba6400d4c20e9ff39c0a0622d773eda authored about 3 years ago
Update core.update.php

Hello,

Following your remark 86712ac93f436549a48698b5344efe25f5d5ea33 concerning my problem h...

github.com/projectsend/projectsend - d37081d6a69bcd14c3bc709801b41b8e768d6f94 authored about 3 years ago
Merge pull request #1017 from guitoulefoux/develop

migration from r754 to r1295

github.com/projectsend/projectsend - 7c010a1708f3f9d306823771e1f015e3b543ac27 authored about 3 years ago
Update Download.php

filename_unfiltered is the raw value on the database, so it's safer to use than filename_origina...

github.com/projectsend/projectsend - 86712ac93f436549a48698b5344efe25f5d5ea33 authored about 3 years ago
Fixed recaptcha docs URL

github.com/projectsend/projectsend - 8d049cfd64f56de3003c7600b946a8611debd174 authored about 3 years ago
Merge pull request #1019 from Seros/add-microsoft-graph-support

Added support for Microsoft Graph (Azure) OAuth2

github.com/projectsend/projectsend - 10b6f76dbde72db9ac0ea6f76b57a4c679bbffe3 authored about 3 years ago
Merge pull request #1025 from Thrun12/traversal-fix

Fixed directory traversal and unique file name

github.com/projectsend/projectsend - 6bd8f019416a7fc336c9ea61b1fd661097bf38cd authored about 3 years ago
Fixed directory traversal and unique file name

github.com/projectsend/projectsend - 50fc348a9e7a1661a9c70de515a2e695f3eac472 authored about 3 years ago
Update core.update.php

github.com/projectsend/projectsend - 4c12a13673b3a5c6335522239f03edf695d8365b authored about 3 years ago
Added support for Microsoft Graph (Azure) OAuth2

github.com/projectsend/projectsend - 41177a45822208b23ddb17413f4dde59ca91bbe1 authored over 3 years ago
New feature: clients can upload public files (select from 'all', 'none', or 'allowed ones')

github.com/projectsend/projectsend - 23065939d002c78518781ff17bd8804f21c78e42 authored over 3 years ago
Old files have not name when i download

Migration from r754 to r1295.
When the column "original_url" is null the name file is replaced ...

github.com/projectsend/projectsend - 88878c431650839f5af8fc6822c5f936a26bbc25 authored over 3 years ago
migration from r754 to r1295 TABLE_FILES_RELATIONS

I don't know why but when migrating from r754 to r1295 I noticed that the table "TABLE_FILES_REL...

github.com/projectsend/projectsend - 40ca462f62d6c5ade2387f49ddeb478e43747944 authored over 3 years ago
migration from r754 to r1295 TABLE_USERS

I don't know for what reason but when migrating from r754 to r1295 I noticed that the table "Use...

github.com/projectsend/projectsend - 0d02d9a6dd2abc9f35e55f8cffc305cac8013ba0 authored over 3 years ago
Merge pull request #1 from guitoulefoux/guitoulefoux-patch-1

mysql invalid default value for 'expiry_date'

github.com/projectsend/projectsend - 0305b85aa961460d39c4d59130aca445316db5ab authored over 3 years ago
mysql invalid default value for 'expiry_date'

For a migration from r754 to r1295 (MySQL version 5.7.35) I have the error.

The following mod...

github.com/projectsend/projectsend - c3dd67743e4fad5585296bcb32d50b11d63956a8 authored over 3 years ago
Replace invalid characters like comma in filename when downloading

github.com/projectsend/projectsend - 35aeea5c2f6c5dc2bcc97720978ca2110e392b17 authored over 3 years ago
Merge pull request #989 from PC-COLLEGE-Training/develop

fix public download filenames

github.com/projectsend/projectsend - 33756dce90fd1139f7c19a0db307fa73316b1294 authored over 3 years ago
pass filesize to format_file_size

this must've been an error?

github.com/projectsend/projectsend - 83e09070255fef65329dd7b083fd8eb55cd84145 authored over 3 years ago
fix download of files with special characters

such as üäöÜÄÖß
with filename_original they're converted to Ü and such due to htmlentities...

github.com/projectsend/projectsend - 79fd8ba5245575d26b37a38d472969f499c810f2 authored over 3 years ago
Merge pull request #984 from projectsend/dependabot/npm_and_yarn/path-parse-1.0.7

Bump path-parse from 1.0.6 to 1.0.7

github.com/projectsend/projectsend - 4ebc97d94963149b2c85a0e8d03f42373a941c1a authored over 3 years ago
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 no...

github.com/projectsend/projectsend - bcf537d9b82400e8c42727944b49c75c1a5b810a authored over 3 years ago
Merge branch 'develop' of https://github.com/projectsend/projectsend into develop

github.com/projectsend/projectsend - 37624085d59349ffd12ca17338cca6647e4e0715 authored over 3 years ago
Regenerate session ID helps prevent Session Fixation

Fixes https://huntr.dev/bounties/d7fec539-c6db-4493-9542-f1c8e80cc15b/

github.com/projectsend/projectsend - 86b3a9fc782ce0135a1ebc213bc081007a5d24cd authored over 3 years ago
Added chunked download of file with resume in pure php

github.com/projectsend/projectsend - d49d93790051544a7f135bb4dd3379f943d6aad9 authored over 3 years ago