Commit Graph

59 Commits

Author SHA1 Message Date
Hypolite Petovan 15563be5cc Fix PHP Notices 2018-05-07 22:02:16 -04:00
Hypolite Petovan 5039d4202b Fix Google+ support addon list 2018-05-04 08:12:08 -04:00
Hypolite Petovan a6f6f92a24 Rename plugin to addon 2018-02-24 10:45:54 -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 21ca069227
Merge pull request #34 from MrPetovan/bug/fix-submit-inserts
Fix submit inserts
2017-11-01 08:11:03 +01:00
Hypolite Petovan be5939e02f Code style cleanup 2017-11-01 02:29:31 -04:00
Hypolite Petovan fedfa7da4f Missing variable change 2017-10-31 21:49:00 -04:00
Hypolite Petovan e91ae5d4af Fix directory filter links
- Enable "People" and "Forums" links in the Directory
2017-10-30 22:05:23 -04: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 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 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
Roland Häder d400ed3342
Rewrite:
- don't download files - more worse JavaScript - from external CDNs
- this is a security nightmare when the remote CDN is compromised and starts
  distributing worms/trojan horses (see NSA scandal)
- this will give them away your user's IP addresses
- removed no longer used js/main.js as there is assets/js/main.js around
- moved css/js files in their own folder (assets/<css|js>)
- removed executable right from include/dba.php, no need for this

Signed-off-by: Roland Häder <roland@mxchange.org>
2017-05-11 16:49:02 +02:00
Hypolite Petovan 2360b60e3d Plugins: Remove App.net, add Facebook through Buffer 2017-05-06 01:20:46 -04:00
Hypolite Petovan de87a461c0 Redesign directory page display
- Updated profile card display, added description and tags
- Added column display for profiles
- Tweaked reset button behavior
2017-05-04 21:35:43 -04:00
Hypolite Petovan 9af47634e3 Update search page display 2017-05-04 21:34:21 -04:00
Hypolite Petovan f297c670b3 Move App to src 2017-05-01 23:09:26 -04:00
Hypolite Petovan 68c1939d12 Enforcing standards ahead of moving App to src 2017-05-01 22:57:21 -04:00
Hypolite Petovan 0159e73544 Fixes yet another PHP notice 2017-04-20 23:42:21 -04:00
Hypolite Petovan a8dc2e65f4 Merge branch 'master' into feature/redesign-prototype
# Conflicts:
#	.gitignore
#	.htconfig.php
#	.htconfig.php-dist
#	boot.php
#	include/dba.php
#	mod/health.php
#	util/htconfig.vagrant.php
2017-04-20 22:33:41 -04:00
Hypolite Petovan 3095c9cad3 Fix fulltext earch
- Add fulltext index on multiple columns in the profile table
- Remove "IN BOOLEAN MODE"
- Add documentation about ft_min_word_len
2017-04-20 22:24:17 -04:00
Hypolite Petovan 280d55f183 Fix yet more PHP Notices 2017-04-20 22:03:34 -04:00
Hypolite Petovan 783c15c207 Fix PHP notices all around
- Improve SQL query formatting
- Revert spaces to tabs after PHP CS Fixer
2017-04-20 21:41:47 -04:00
Hypolite Petovan 5fb56281d0 Enforce coding standards in include/directory.php 2017-04-20 19:57:26 -04:00
Hypolite Petovan e82a1e3816 Fix `use` warning
- Standards enforcing
2017-04-20 19:41:07 -04:00
Roland Häder 2e18a053bb
Continued:
- moved JS of Raphael (seems to be a lib?) to own sub folder
- removed redundant jquery-1.4.2.min.js
- added version number to almost all JS files (see cache-busting)

Signed-off-by: Roland Haeder <roland@mxchange.org>
2017-03-01 20:31:41 +01:00
Roland Häder 12e4bff880
Continued with cleanups:
- removed some empty lines at bottom of files
- added new-line character at end of file (as this else may confuse some old
  editors)
- moved JavaScript files out of "include" into own "js"
- if you set <basename>, you don't need full URLs in linked JavaScript files
  and CSS files

Signed-off-by: Roland Haeder <roland@mxchange.org>
2017-03-01 20:19:12 +01:00
Roland Häder c353b31569
Cleanups:
- don't commit files that are being ignored, better provide a "template" file
  that needs copying to the right file and ignore the file that will have local
  changes like config files will always have.
- fixed CHMOD, no need for executable flag here as the server won't execute
  these files, but only load (read) them
- fixed E_NOTICE in boot.php when entrance/index page (no parameter) is being
  called

Signed-off-by: Roland Haeder <roland@mxchange.org>
2017-03-01 20:00:32 +01:00
hauke f8906282ef added skeletons for help and stats page, text adjustements 2015-12-24 11:20:37 +01:00
hauke 6b4da31a97 prepared view and database to display SSLLabs grade 2015-12-24 09:49:35 +01:00
hauke 128f653992 Removed facebook feature listing as it is no longer supported by friendica 2015-12-24 09:17:27 +01:00
hauke cd976b8dcc Removed gender and marital status for better privacy 2015-12-24 08:42:48 +01:00
redmatrix 2be31c767c change photo paths relative to current directory server 2015-06-03 22:40:54 -07:00
Beanow a54e512669 Responsive mobile theme + public server listing. 2015-02-21 23:20:23 +01:00
Beanow 154f33ca86 Added experimental pages for the new design. 2015-02-08 18:25:21 +01:00
Beanow ec4a641013 Improved site-health detection.
* Detects redirects.
* Better descriptions in site-health details.
* Changed healthy site requirements to require HTTPS and >= 5 users.
* Cleaned graph javascript a little.
2015-02-02 12:28:12 +01:00
Beanow 9b8eaa7aa7 Made some improvements to how server statistics are displayed. 2015-01-24 21:49:53 +01:00
Beanow b803aa30a0 Tweaks to site-health and osearch. Also removed a non-directory page. 2014-08-09 00:49:00 +02:00
Beanow 1fe9bb9b5b Added syncing (push and pull) and refactored a few functions. 2014-08-09 00:46:53 +02:00
Beanow 0026b08a33 Added a simple submit-forwarding feature through the syncing cronjob. 2014-07-11 19:30:02 +02:00
Beanow 5c477f9b7f Faster import, better admin panel. 2014-07-11 01:35:30 +02:00
Beanow 717303e475 Merged import tools with admin view. 2014-07-11 00:30:36 +02:00
Beanow 5e1be6b2fe Experimental maintenance features. 2014-07-10 23:48:23 +02:00
Beanow a69a9d2278 Adding site-health and noscrape support. 2014-07-10 23:43:25 +02:00
Beanow 1bac9fb268 Better permission handling. 2014-07-01 22:30:52 +02:00
Beanow c7d3173080 Improved stability of the submit feature to sustain large batches. 2014-07-01 14:00:14 +02:00
Beanow 40202ea948 Made a first version of import functionality.
* A very crude extraction step that creates a file with URLs.
* A processor that reduces the file to nothing as it imports them.
2014-07-01 03:27:56 +02:00
friendica fbf58ea0c4 update the parser lib 2012-11-18 23:44:58 -08:00
friendica 55907cf599 tag lister 2012-07-05 22:06:42 -07:00