Various improvements #51

Merged
MrPetovan merged 13 commits from master into master 2018-07-11 05:34:03 +02:00

13 Commits

Author SHA1 Message Date
Hypolite Petovan 945c1d1c00 Remove placeholder header 2018-05-08 03:50:43 -04:00
Hypolite Petovan 15563be5cc Fix PHP Notices 2018-05-07 22:02:16 -04:00
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 64d70c4fc3 Merge branch 'task/upgrade-to-utf8mb4' 2018-04-03 20:49:59 -04:00