Commit graph

9340 commits

Author SHA1 Message Date
Christian Vogeley
d341358afb Add $since_id to items_fetch 2014-01-22 23:15:42 +01:00
marijus
eb868f6df8 make network tabs regard selected group (collection) and vice versa 2014-01-22 17:18:40 +01:00
Michael Meer
6a1e73e610 Merge branch 'master' of https://github.com/friendica/red
to keep the repros in sync
2014-01-22 13:38:47 +01:00
friendica
3914200223 simplify chanview authentication and make sure it carries through multiple generations 2014-01-22 03:01:28 -08:00
Michael Meer
ffabb4cc86 reorg formula data for hubloc checks 2014-01-22 11:29:49 +01:00
Michael Meer
f28b21f99d start with hubloc ping 2014-01-22 09:16:22 +01:00
friendica
3f49114a05 remove debugging 2014-01-21 23:12:03 -08:00
friendica
3b375a3d3f fix location of string file in Translations.md, fix some permissions and owner vagueness (potential bugs) in profile_tabs() 2014-01-21 23:09:33 -08:00
friendica
a13393fb23 seems you can't easily have a blank password for DAV guests, so the guest password is now +++ 2014-01-21 20:42:10 -08:00
friendica
c41d3b2d53 text - change remove account button to remove channel 2014-01-21 19:01:23 -08:00
friendica
05951a9877 add primary webbie to directory popup 2014-01-21 18:45:40 -08:00
friendica
55e4a53e01 push new messages.po 2014-01-21 18:11:44 -08:00
friendica
0dbbe007e8 add the quota and volume size code 2014-01-21 15:38:02 -08:00
friendica
e960256466 Merge https://github.com/friendica/red into zpull 2014-01-21 14:57:31 -08:00
friendica
60416d6f33 fix the admin interface to pending registrations 2014-01-21 14:56:42 -08:00
friendica
6968f583ea Merge pull request #278 from zzottel/master
added feed2red.pl
2014-01-21 04:43:53 -08:00
friendica
530adb50ee sql error 2014-01-21 00:40:45 -08:00
friendica
c07c532336 Merge https://github.com/friendica/red into zpull 2014-01-21 00:20:30 -08:00
friendica
8a5c747010 move some store things 2014-01-21 00:19:53 -08:00
friendica
35733ca013 create store directory if it's missing before initialising DAV 2014-01-21 00:02:25 -08:00
zottel
46252f94a3 added feed2red.pl 2014-01-21 08:55:14 +01:00
friendica
bab20689cf Merge pull request #277 from git-marijus/master
lighttpd sample conf update
2014-01-20 23:52:37 -08:00
marijus
19b6ed68c1 lighttpd sample conf update 2014-01-21 08:51:21 +01:00
Thomas Willingham
8c4f7216ed Nginx conf update 2014-01-21 05:51:54 +00:00
Thomas Willingham
583be04583 Debian install script doco 2014-01-21 05:26:59 +00:00
friendica
13c226bdbe Merge https://github.com/friendica/red into zpull 2014-01-20 17:46:11 -08:00
friendica
ea606869a6 when loading a single thread on the channel page, tell JS that there isn't any more content to load. 2014-01-20 17:45:02 -08:00
Thomas Willingham
3469e63ef5 Add BBCode extensions to doco 2014-01-20 23:34:21 +00:00
friendica
8cd6c97e21 Merge https://github.com/friendica/red into zpull 2014-01-20 14:19:25 -08:00
friendica
5b69e3b795 Add external resource list so this stuff doesn't get lost. Please update it if you know of other related projects. 2014-01-20 14:18:12 -08:00
friendica
e3e7ef51af Merge pull request #276 from MicMee/master
no need to have a doule hublocid
2014-01-20 04:10:32 -08:00
Michael Meer
86e2237555 no need to have a doule hublocid 2014-01-20 13:03:24 +01:00
friendica
f563ea4b39 Merge pull request #275 from MicMee/master
added buttons to perform later hubloc actions
2014-01-20 03:40:00 -08:00
Michael Meer
a13593590b added buttons to perform later hubloc actions 2014-01-20 12:12:40 +01:00
friendica
e68748afab transifex didn't like plural-forms and now they don't like it commented out. So we'll try uncommenting the sucker and see if they like it again. 2014-01-20 03:11:45 -08:00
friendica
1fa8546d46 zidify audio/video links 2014-01-20 01:29:41 -08:00
friendica
fdfea0a8e9 catch auth exceptions 2014-01-20 01:03:58 -08:00
friendica
d5bf53c54c bring photo tagging back which hasn't worked since forking from Friendica - this is untested and displaying photo tags will now be broken as we're now storing tags with the item attached to the photo and not in the photo. But the point is we've eliminated the OStatus/SWAP0 forced spam crap and can start fresh. 2014-01-19 23:37:46 -08:00
friendica
0250223438 revert 26dfcecf05 2014-01-19 22:34:28 -08:00
friendica
e54a501058 Merge https://github.com/friendica/red into zpull 2014-01-19 22:28:46 -08:00
Thomas Willingham
26dfcecf05 Prevent zids messing up dav 2014-01-20 06:28:38 +00:00
friendica
82a5eb5d90 strip zid= from REQUEST_URI as well as QUERY_STRING - sabre uses both 2014-01-19 22:27:54 -08:00
Thomas Willingham
9fb36df8d9 Fix dav directory creation. 2014-01-20 01:54:52 +00:00
Thomas Willingham
e9ce68559e Stop Google DDoSing me by providing block_public_search, which unlike
block_public will block *only* searching without an observer.
2014-01-19 23:48:26 +00:00
friendica
3459c717d4 don't allow the demo upload server to operate - otherwise one could find themselves with a bunch of unwanted uploads 2014-01-19 14:21:26 -08:00
friendica
f3a7bf913f add the jquery file uploader. Have been suggesting this as a replacement for the valum uploaders for quite some time - as there is client resize ability and no license incompatibilities. It still requires integration. 2014-01-19 14:08:21 -08:00
friendica
724ad45056 add ajaxchat library - needs a lot of integration work to handle decentralisation (e.g. chatroom@website) and zotid w/permissions (e.g. ACL controlled chatrooms); we can also rip out a lot of stuff we don't need. 2014-01-18 23:49:39 -08:00
friendica
3f7032e542 Merge https://github.com/friendica/red into zpull 2014-01-18 21:46:16 -08:00
friendica
db67f08d3c some more bookmark infrastructure plus a doc update 2014-01-18 21:45:42 -08:00
Thomas Willingham
331609cb87 vcard widget needs to include Contact if it's not included from the module that calls it. 2014-01-18 18:38:53 +00:00