aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-122-2/+2
|\
| * reset testing values back to defaultmarijus2014-09-121-2/+2
| |
| * do not load next page if justifiedGallery() is not ready yetmarijus2014-09-121-2/+2
| |
| * expert_mode > expertJeroen2014-09-121-1/+1
| |
| * Fixed. Thanks to Thomas.Jeroen2014-09-121-4/+3
| |
| * Addon count on addon settings page (featured) doesnt work (always 0). ↵Jeroen2014-09-121-2/+3
| | | | | | | | Commented out.
* | make the xchan diagnostic tool usefulfriendica2014-09-121-2/+14
|/
* sort the plugins to make it easier to compare listsfriendica2014-09-111-0/+1
|
* and then make it even more usefulfriendica2014-09-111-0/+7
|
* make siteinfo/json useful againfriendica2014-09-111-14/+19
|
* allow bbcode in register_textfriendica2014-09-111-2/+2
|
* new module - service_limits - print service class limits for logged in ↵friendica2014-09-111-0/+23
| | | | account. It is a debugging tool and not meant to be pretty.
* set items/page back to 60marijus2014-09-111-2/+2
|
* content-complete must not be in photo-album-contentsmarijus2014-09-111-1/+4
|
* typomarijus2014-09-111-1/+1
|
* issue #588 can't add feeds to collections using connedit page group sidebar ↵friendica2014-09-111-1/+1
| | | | widget
* another day another concept - hope this works bettermarijus2014-09-111-6/+14
|
* endless scroll on connections pagefriendica2014-09-101-16/+37
|
* make verify_email the default for new installs (at least English installs), ↵friendica2014-09-101-1/+3
| | | | and provide a setting on the admin page for it.
* reduce log level of inbound d* posts until we get through some of the more ↵friendica2014-09-091-1/+1
| | | | serious federation issues
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-088-10/+10
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* wrap photo albums (albums and top level) in a div id=photo-album-contentsfriendica2014-09-081-1/+4
|
* add categories to eventsfriendica2014-09-071-1/+50
|
* 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.
* and more ajax workfriendica2014-09-062-3/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-061-2/+3
|\
| * Fix directory for NOT endless scroll. Dunno what's wrong with endlessThomas Willingham2014-09-061-2/+3
| | | | | | | | scroll, sorry.
* | ajax workfriendica2014-09-062-14/+53
|/
* more work on the event edit formfriendica2014-09-051-0/+2
|
* put a date and time picker on eventsfriendica2014-09-041-5/+29
|
* fix poco networkfriendica2014-09-041-1/+4
|
* 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
* implement service class for feed polling frequenecy, fixed a service class ↵friendica2014-09-035-7/+0
| | | | 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-031-12/+5
| | | | kill us with complex joins. We can phase out the sign table once this all checks out.
* provide a config option to prevent wall uploads (photos and files) from ↵friendica2014-09-021-0/+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.
* use feed title for channel name before checking author, make feed items ↵friendica2014-09-021-2/+4
| | | | shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!)
* pull in some posts when first connecting to feedsfriendica2014-09-011-2/+1
|
* Move achievements on, but just a tad.Thomas Willingham2014-09-021-10/+13
|
* If you have a new channel (or a new hub searching for an old channel)Thomas Willingham2014-09-021-5/+9
| | | | | | | | | | | | which uses an xchan_url other than channel or profile, chanview will fail to find $a->poi and fail as there is no way to import the xchan. Instead of giving up and presenting an error, we'll send you to the requested URL anyway. If we send you with a Zid, there's a good chance you'll authenticate because xchans are like glitter - once you've got one, they get everywhere, and there's a good chance you'll know *somebody* at the hub. .
* various diaspora issuesfriendica2014-08-291-0/+6
|
* except for a typofriendica2014-08-281-3/+1
|
* fix saving of extended profile attributesfriendica2014-08-281-0/+38
|
* retro-actively set standalone directory fix, also a fix for directory ↵friendica2014-08-282-1/+12
| | | | endless scroll when you hit the end.
* let's make this "specific" since that's what it is.friendica2014-08-281-1/+1
|
* really really really fix lockview - maybefriendica2014-08-281-2/+3
|
* consistency: the diaspora post plugin uses "diaspora_enable". The protocol ↵friendica2014-08-281-3/+3
| | | | driver uses "diaspora_enabled" with a 'd'. They got mixed up in a couple of places.
* make blocks, webpages, and layouts postable (pre-filled forms if supplied ↵friendica2014-08-283-9/+30
| | | | from elsewhere). The only serious issue is with ordering - you have to process and save a named layout before you can save a webpage that uses that layout name. Otherwise it will get unset during the save.
* begin embeddable/shareable design elements (blocks, webpages, layouts, ↵friendica2014-08-271-1/+1
| | | | menus, etc.)
* ability to create/edit/delete custom profile field definitions - read the ↵friendica2014-08-271-0/+63
| | | | source. Currently the created entries aren't added to the allowed fields arrays, but this can be done by hand until that bit is made available. Only choice for input type at the moment is 'text' or a text input, not a textarea. Multiple choice will be added later.