aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* missed onefriendica2014-09-081-2/+5
|
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-0822-46/+47
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* attempt to format diaspora reshares correctly. This might be an iterative ↵friendica2014-09-081-24/+21
| | | | process.
* wrap photo albums (albums and top level) in a div id=photo-album-contentsfriendica2014-09-082-2/+5
|
* import_profile_photo array warningsfriendica2014-09-082-3/+3
|
* add categories to eventsfriendica2014-09-074-4/+89
|
* set the default items-per-page for the entire app to 60friendica2014-09-071-1/+1
|
* for webpages, hide the mimetype selector unless in advanced mode. For pages ↵friendica2014-09-074-9/+14
| | | | that endless scroll and show blocky-block things, set the default items-per-page to 60. Why? It fits column-widths of 2,3,4,5,6,10,12,15, and 20 without leaving remaindered items dangling at the end. No other setting less than 100 has this much versatility.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-073-5/+14
|\
| * Added abook-changed background colour to dark schemaJeroen2014-09-073-5/+14
| |
* | Diaspora actually puts the account full name into the "nickname" field of ↵friendica2014-09-072-2/+2
|/ | | | the vcard. They don't put the nickname into the vcard at all. One wonders why even have a nickname field since the fullname is already presented in the next line. This hasn't caused us a problem with Friendica because I'm guessing nobody actually uses this line, though the number of class tags on it makes it seem somewhat important.
* support the recent (2 years ago) changes to diaspora photo embedsfriendica2014-09-061-0/+6
|
* hook photos scroll to page downfriendica2014-09-061-1/+1
|
* extra_query_args() restricted to $_GET only. $_REQUEST was adding cookies ↵friendica2014-09-061-4/+5
| | | | and this is undesired and potentially a security issue.
* and more ajax workfriendica2014-09-062-3/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-063-2/+7
|\
| * Fix directory for NOT endless scroll. Dunno what's wrong with endlessThomas Willingham2014-09-061-2/+3
| | | | | | | | scroll, sorry.
| * Merge pull request #579 from encyclomundi/masterThomas Willingham2014-09-062-0/+4
| |\ | | | | | | adding a bug report app
| | * adding a bug report appCharles2014-09-052-0/+4
| |/
* / ajax workfriendica2014-09-068-16/+113
|/
* illegal string offset warningsfriendica2014-09-051-1/+1
|
* more work on the event edit formfriendica2014-09-052-4/+18
|
* doc updatesfriendica2014-09-0577-1045/+1331
|
* improved logging if you're using php54 or laterfriendica2014-09-041-2/+8
|
* issue #451 - clear gid and cid from network tab if discover is selectedfriendica2014-09-041-7/+7
|
* put a date and time picker on eventsfriendica2014-09-042-6/+116
|
* bb2diaspora_itembody - empty body, that explains a lotfriendica2014-09-041-0/+2
|
* this improves the photos even morefriendica2014-09-041-3/+3
|
* fix the client side of pocofriendica2014-09-041-11/+20
|
* fix poco networkfriendica2014-09-041-1/+4
|
* import_author_rss not succeeding, missing urlfriendica2014-09-041-4/+5
|
* unset item_nocomment when starting a new delivery chainfriendica2014-09-041-1/+8
|
* oops forgot about the privacy exclusionfriendica2014-09-041-4/+5
|
* constrain photos to a fixed block regardless of aspect ratiofriendica2014-09-041-1/+23
|
* allow feeds to be sourcedfriendica2014-09-041-1/+1
|
* realm detection logic reversedfriendica2014-09-041-1/+1
|
* allow stuff with Diaspora authors to federate in zot conversations even if ↵friendica2014-09-044-2/+25
| | | | the local site has diaspora disabled. This way it won't look like folks are talking to themselves.
* update docs as D* members should now be able to participate in redmatrix ↵friendica2014-09-031-2/+2
| | | | forums. They will need to plus-tag the forum. There may still be minor issues, but nothing fundamentally at odds with this working.
* remove feed items from ACL selector - there's nothing we can do with them ↵friendica2014-09-031-0/+5
| | | | and if we were to try we'd have to binary pack all the hashes
* sort out some of the bb2d madnessfriendica2014-09-032-70/+27
|
* this is turning into a wretched mess. It's going to get worse before it gets ↵friendica2014-09-032-200/+99
| | | | better, but I'm trying to do this incrementally so I don't break the whole shebang for a few days. It will get better once all the bbcode translation is done in a single place (cross fingers), and we can just sign the post once when we submit it and be done with it. If Diaspora ever implements editing of existing posts we'll have to go back and do the whole wretched mess over again.
* implement service class for feed polling frequenecy, fixed a service class ↵friendica2014-09-039-96/+92
| | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
* fix group membership management for non-red connectionsfriendica2014-09-031-4/+4
|
* store diaspora meta info in the item table. It has to go there or it will ↵friendica2014-09-037-58/+67
| | | | kill us with complex joins. We can phase out the sign table once this all checks out.
* outbound feed issuefriendica2014-09-034-5/+6
|
* fix diaspora_handle_from_contact()friendica2014-09-021-2/+2
|
* if we don't have a stored diaspora author signature which has been passed ↵friendica2014-09-021-0/+1
| | | | the baton since the post's creation, fill in the field with their redmatrix signature. It's pointless, but there's so much pointless stuff in here that I doubt it matters. From what I can ascertain - nobody is going to look at it anyway.
* try to proceed with a diaspora relayable even if we don't have the original ↵friendica2014-09-021-7/+9
| | | | author's signature.
* provide a config option to prevent wall uploads (photos and files) from ↵friendica2014-09-022-30/+9
| | | | being set to the same ACL as the containing post, and instead are uploaded with public visibility (no ACL). This is to prevent folks on other networks from seeing prohibited signs for things uploaded into a private conversation. It is primarily useful when posting to collections that have mixed folks from red and other networks and an otherwise public (typical) profile. Consequently, these uploads will match your chosen default visibility for photos and storage and not that of the containing conversation item (and is only useful if the default visibility is public). This choice must be explained adequately because it represents a complex series of tradeoffs and side effects. It will reduce complaints from other networks about blocked content, but essentially forces you to use another method (dav or the photos page) if you wish to upload protected files/media.
* feed removal issuefriendica2014-09-022-6/+8
|