Commit Graph

163 Commits

Author SHA1 Message Date
Hypolite Petovan 9031423278 Prevent infinite push loop between multiple directories
- Add auto increment id to sync-push-queue table to add new profile urls
at the end
- Use REPLACE instead of INSERT to prevent unique key errors
2018-05-07 22:02:16 -04:00
Hypolite Petovan 4de3fcf5f5 Simplify the tag table
- Remove auto increment id
- Replaced nurl by profile id
- Added primary key on the two remaining columns
2018-05-07 22:02:16 -04:00
Hypolite Petovan 649cbbf466
Merge branch 'master' into master 2018-05-07 20:58:40 -04:00
Hypolite Petovan 95ea839fa7 Add ping stats during probe 2018-05-04 08:22:01 -04:00
Hypolite Petovan 27153fab68 Updat database structure file
- Add a couple of fields in site-probe
2018-05-04 08:21:47 -04:00
Hypolite Petovan ac41f7caf3 Add console commands
- Add Config command
- Add Probe command
- Add PoToPhp command
- Remove po2php script
2018-05-04 08:16:36 -04:00
Hypolite Petovan 4da0d68bad Add console CLI command
- Fix App to be used in CLI mode
2018-05-04 08:16:03 -04:00
Hypolite Petovan 741e72ecc7 [Composer] Add dependencies
- Add pear/Net_Ping
- Add asika/simple-console
- Fix composer.json formatting
2018-05-04 08:15:21 -04:00
Hypolite Petovan 5039d4202b Fix Google+ support addon list 2018-05-04 08:12:08 -04:00
Hypolite Petovan ca12f85c92 Fix db error display 2018-05-04 08:11:49 -04:00
Hypolite Petovan 61468d93d5
Merge pull request #46 from Quix0r/fixes/htaccess-dist
Let's have .htaccess not being committed
2018-05-01 18:06:38 -04:00
Roland Häder b9ba616b7b
Let's have .htaccess not being committed
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-01 23:40:57 +02:00
Hypolite Petovan ec0e3e431a
Merge pull request #41 from MrPetovan/task/rename-plugin-to-addon
Rename plugin to addon
2018-04-04 21:28:29 -04:00
Hypolite Petovan 54f9bd695a
Merge pull request #42 from MrPetovan/task/upgrade-to-utf8mb4
Upgrade database to utf8mb4
2018-04-04 21:28:02 -04:00
Hypolite Petovan 64d70c4fc3 Merge branch 'task/upgrade-to-utf8mb4' 2018-04-03 20:49:59 -04:00
Hypolite Petovan 1a608a50ad Actually use variable $addon 2018-02-24 12:21:07 -05:00
Hypolite Petovan 09bc3cb175 Set the database charset to utf8mb4 2018-02-24 10:59:32 -05:00
Hypolite Petovan 37960dcd38 Add backward compatibility test 2018-02-24 10:57:39 -05:00
Hypolite Petovan a6f6f92a24 Rename plugin to addon 2018-02-24 10:45:54 -05:00
Michael Vogel 7701347cd5
Merge pull request #38 from MrPetovan/task/fix-country-widget
Fix country widget + search + tags
2018-01-17 20:23:47 +01:00
Hypolite Petovan e24172ab05 Fix tag insertion/update
- Delete all tags related to a specific profile on submit
- Add tags only if the profile is available
2018-01-14 22:24:12 -05:00
Hypolite Petovan 522cc7bb17 Fix display issues
- Add baseurl to widgets search links
- Add aside to search page
- Fix number of available profiles in country widgets
2018-01-14 22:22:37 -05:00
Tobias Diekershoff bbe2fca6ac
Merge pull request #37 from MrPetovan/master
Updated dfrndir.sql
2017-11-26 17:17:22 +01:00
Hypolite Petovan 6306a618dc Updated dfrndir.sql
- Added profile.available
- Removed engine selection except for profile because of the fulltext
indices
- Removed auto increment values
- Various formatting changes
2017-11-26 10:46:16 -05:00
Hypolite Petovan 83232f4946
Merge pull request #36 from tobiasd/20171126-dirReadme
add a note about display of bit values in MySQL console to the README…
2017-11-26 09:12:31 -05:00
Tobias Diekershoff 0d8fa3e2bd add a note about display of bit values in MySQL console to the README file 2017-11-26 15:10:20 +01:00
Hypolite Petovan 6615a31c08
Merge pull request #35 from tobiasd/20171125-installsteps
some more hints for the installation
2017-11-25 08:36:21 -05:00
Tobias Diekershoff 3494fe491d some more hints for the installation 2017-11-25 13:58:55 +01:00
Tobias Diekershoff 21ca069227
Merge pull request #34 from MrPetovan/bug/fix-submit-inserts
Fix submit inserts
2017-11-01 08:11:03 +01:00
Hypolite Petovan 99d182915d Fix invalid sprintf string in submit process 2017-11-01 02:30:09 -04:00
Hypolite Petovan 733894723e Add debug opportunity in q() 2017-11-01 02:29:47 -04:00
Hypolite Petovan be5939e02f Code style cleanup 2017-11-01 02:29:31 -04:00
Tobias Diekershoff 2db783721e
Merge pull request #33 from MrPetovan/bug/fix-directory-filters
Missing variable change
2017-11-01 07:19:42 +01:00
Hypolite Petovan fedfa7da4f Missing variable change 2017-10-31 21:49:00 -04:00
Michael Vogel b21b493613
Merge pull request #32 from MrPetovan/bug/fix-directory-filters
Fix directory filter links
2017-10-31 06:49:36 +01:00
Hypolite Petovan e91ae5d4af Fix directory filter links
- Enable "People" and "Forums" links in the Directory
2017-10-30 22:05:23 -04:00
Michael Vogel 4cc55f4302 Merge pull request #30 from MrPetovan/task/improve-servers-page
Put the server list on a single fixed-width column
2017-10-23 07:38:12 +02:00
Michael Vogel 16158983c0 Merge pull request #31 from MrPetovan/bug/fix-maintenance-cron
Fix maintenance cron
2017-10-23 07:37:38 +02:00
Hypolite Petovan 163d7d2b4b Add profile availability field
- Add available field to profile table
- Make profile unavailable in directory until update suceeds
2017-10-23 00:34:04 -04:00
Hypolite Petovan ef7551df81 Fix empty $parms check
- $parms always contains the `_timings` key
2017-10-22 23:55:27 -04:00
Hypolite Petovan cdb8670dea Fix whitespaces in include/submit.php 2017-10-22 23:48:17 -04:00
Hypolite Petovan b833a8d255 Fix cron_maintain
- Update profile before fetching scrape url
- Honor $parms['hide'] before validating dfrn site
- Fetch maintenance items oldest first
- Add backlog size in log
- Add pid to logger for easier threaded cron debug
2017-10-22 23:48:00 -04:00
Hypolite Petovan 20a5e3678d Put the server list on a single fixed-width column 2017-10-22 17:04:01 -04:00
Hypolite Petovan 386e70fd1f Merge pull request #28 from Hypolite/issue/#25
wrong download link
2017-08-03 21:43:24 -04:00
Hypolite Petovan 9a7503d4dd Normalize formatting 2017-08-03 21:42:47 -04:00
Hypolite Petovan 109633d2a6 Merge pull request #27 from Hypolite/issue/#24
Fix health page not working
2017-08-03 21:38:20 -04:00
Hypolite Petovan f79df56a56 Change Friendica self-hosting URL 2017-08-01 21:34:09 -04:00
Hypolite Petovan 687eef90f7 Fix upcoming killme() in index.php change
- Add killme() in controllers instead of relying on index.php
- Fix formatting
2017-08-01 21:33:50 -04:00
Hypolite Petovan c6d60df8ac Fix health page not working
- Fix formatting
- Add references to App
- Fix parse error
- Fix a bunch of notices
- Remove inexplicable killme() for *_content pages preventing them from
displaying
2017-08-01 21:06:33 -04:00
Hypolite Petovan 4601c4bd8a Fix "PHP Warning: session_write_close(): Failed to write session data (user)" errors
- Changed returning true when there's a session ID but no session data
in ref_session_write()
- Moved session.php requires around
2017-08-01 21:02:24 -04:00