Go to file
Aleix Quintana Alsius c80ce662f8 Update ca.json
No need to escape single quotes.
2015-02-27 11:04:13 +01:00
actions conversation, repeat and fav caching, new api for getting favs&repeats in same request, etc 2015-02-25 21:16:24 +01:00
classes Added equal to the query in NotificationStream. Related to issue #116 2015-02-21 23:50:05 +01:00
css makes unwanted scrollbars disappear when text contains emojis 2015-02-26 00:33:48 +01:00
doc Finished norwegian translation of ./doc/no/faq.html 2015-02-11 22:41:54 +01:00
edited-gnu-social-files/lib added an event hook to apiauthaction.php to enable header notifications 2015-01-26 17:17:38 +01:00
fonts v4. design, img upload, avatar, bg img, etc etc 2014-11-24 13:47:45 +01:00
img v4. design, img upload, avatar, bg img, etc etc 2014-11-24 13:47:45 +01:00
js minor bugfixes 2015-02-26 20:13:52 +01:00
locale Update ca.json 2015-02-27 11:04:13 +01:00
LICENSE upload 2013-08-19 15:30:57 +02:00
QvitterPlugin.php conversation, repeat and fav caching, new api for getting favs&repeats in same request, etc 2015-02-25 21:16:24 +01:00
README.md Merge README.md with upstream 2015-02-04 21:46:06 +01:00
screenshot.jpg v4. design, img upload, avatar, bg img, etc etc 2014-11-24 13:47:45 +01:00
shortener.php various bugfixes 2014-10-05 14:07:31 +02:00

Qvitter

Qvitter is free software: you can redistribute it and / or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version three of the License or (at
your option) any later version.

Qvitter is distributed in hope that it will be useful but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILTY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
more details.

You should have received a copy of the GNU Affero General Public License
along with Qvitter. If not, see http://www.gnu.org/licenses/.

Setup

  1. Install GNU Social

  2. Put all files in /plugins/Qvitter

  3. Replace your lib/apiauthaction.php file with the one supplied in edited-gnu-social-files/lib/apiauthaction.php. (this might not be needed if you are running the latest GNU social nightly)

  4. Add addPlugin('Qvitter'); to your /config.php file.

  5. It's recommended to set this setting in your /config.php file: $config['thumbnail']['maxsize'] = 3000;

  6. There are a few settings in /plugins/Qvitter/QvitterPlugin.php. By default Qvitter is opt-out for users. If you set $settings['enabledbydefault'] = false; Qvitter will be opt-in instead.

  7. Users can go to ://{instance}/settings/qvitter and enable or disable Qvitter.

Optional

For easy updates, you can use /config.php to override the settings in /plugins/Qvitter/QvitterPlugin.php. For example, add this to your /config.php file:

// Qvitter-settings
$config['site']['qvitter']['enabledbydefault'] = true;
$config['site']['qvitter']['defaultbackgroundcolor'] = '#f4f4f4';
$config['site']['qvitter']['defaultlinkcolor'] = '#0084B4';
$config['site']['qvitter']['timebetweenpolling'] = 5000;
$config['site']['qvitter']['urlshortenerapiurl'] = 'http://qttr.at/yourls-api.php';	
$config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983';	
$config['site']['qvitter']['sitebackground'] = 'img/vagnsmossen.jpg';
$config['site']['qvitter']['favicon'] = 'img/favicon.ico?v=4';
$config['site']['qvitter']['enablewelcometext'] = true;
$config['site']['qvitter']['blocked_ips'] = array();
$config['thumbnail']['maxsize'] = 3000;

Note: Qvitter is tested with GNU Social version 1.1.1-alpha2 (7e47026085fa4f2071e694d9c3e3fe2aa5142135).

TODO

  1. rtl is a little broken, also mobile rtl

  2. DM's

  3. user actions-cog wheel in users lists, ellipsis button in queets, with block etc

  4. lists

  5. proxy to non-https for getting conversations the instance doesn't have via jsonp

  6. preview different types of attachments, not just images. e.g. mp3's, torrents etc etc

  7. Join new external groups and follow new external users ("New" meaning users/groups that the server don't know yet)

  8. Creating groups, make admin, block user

  9. Search users

  10. Recommended users

  11. Filters (hide queets containing strings, e.g. mute users)

  12. More languages, maybe make proper po/mo-files

  13. Admin-interface

  14. New "expand queet" api for getting conversation, retweets, favs and attachment in the same request

  15. Node.js long polling server and an new api that serve aggregate of all polling users requests in one go