aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* silence some warnings at php E_ALL levelsfriendica2013-08-282-7/+9
|
* issue #106friendica2013-08-281-1/+1
|
* It's a wretched mess, but at least photo comments show up again when viewing ↵friendica2013-08-281-44/+27
| | | | the photo. This is just temporary until these conversations are merged into the common conversation viewer, so it's not worth spending a lot of time cleaning up the remnants.
* bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-272-3/+3
| | | | warnings
* put backticks on mysql reseved words which we unfortunately used for row ↵friendica2013-08-271-1/+1
| | | | names a long time ago
* Preparatory work for photo conversations (third time). Also take away unused ↵friendica2013-08-272-11/+16
| | | | "post new activity" preferences until they actually do something.
* more loose endsfriendica2013-08-272-5/+5
|
* get rid of ssl_policy - it's implicit in the site urlfriendica2013-08-271-7/+7
|
* start timestamping hubloc connections so we can eventually remove dead onesfriendica2013-08-241-1/+11
|
* this should fix the premium checkbox stickiness issuefriendica2013-08-221-6/+10
|
* proc_run, not proc_execfriendica2013-08-221-1/+1
|
* perform a refresh_all operation after changing premium status so that ↵friendica2013-08-221-2/+4
| | | | everybody will catch it quickly and not in a day or two.
* make premium channels a featurefriendica2013-08-221-0/+13
|
* fixes for sellpage with blocked profilesfriendica2013-08-211-9/+16
|
* premium/restricted channel connections implemented, configure at ↵friendica2013-08-213-8/+25
| | | | yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways.
* progress on generic sellpage - is not yet linked from existing connect ↵friendica2013-08-211-1/+97
| | | | buttons and editing has not been completed
* Merge https://github.com/friendica/red into zpullfriendica2013-08-211-3/+3
|\
| * theme qualifier without dotsChristian Vogeley2013-08-211-3/+3
| |
* | basic structure for premium channel implementationfriendica2013-08-212-0/+15
|/
* email attachments (and fix email photos)friendica2013-08-191-6/+37
|
* localize_item() thinks all likes on posts are likes on comments because we ↵friendica2013-08-191-0/+1
| | | | didn't pass any info in the activity object to distinguish them from each other.
* if changing primary hub during an import operation - remove the old xchan ↵friendica2013-08-191-0/+25
| | | | and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size.
* some sane permission defaults.friendica2013-08-181-15/+16
|
* More steps for mobile theme toggling + dash eliminationChristian Vogeley2013-08-191-2/+2
|
* get rid of more variables with dashes in the names - use underscore *except* ↵friendica2013-08-155-18/+18
| | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
* fix import from filefriendica2013-08-151-4/+4
|
* move js from matrix pagefriendica2013-08-151-17/+0
|
* not able to drop pending connectionsfriendica2013-08-151-1/+2
|
* show main menu page even if no menus existfriendica2013-08-141-2/+2
|
* More progress on pages - extend writepages widget, add pagelist widgetThomas Willingham2013-08-143-14/+12
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-08-144-1/+318
|\
| * fix expire so it actually should expire stuff; and mostly the correct stuff ↵friendica2013-08-141-1/+0
| | | | | | | | - though it DOESN'T currently send out notifications to connections
| * menu management is now functional with the exception of acl's (and of course ↵friendica2013-08-132-21/+126
| | | | | | | | a way to display the menus you create, and probably a bit more input sanity checking)
| * menu management complete (as opposed to menu *content* management, which is ↵friendica2013-08-131-13/+49
| | | | | | | | not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task.
| * a bit more work on menusfriendica2013-08-131-0/+18
| |
| * block content-type (called ITEM_BUILDBLOCK to avoid confusion with content ↵friendica2013-08-121-0/+3
| | | | | | | | that is blocked)
| * add mod_mitem to manage menu itemsfriendica2013-08-122-35/+95
| |
| * menu modulefriendica2013-08-121-0/+96
| |
* | Initial shot at write_pages widgetThomas Willingham2013-08-101-1/+14
| |
* | Small improvementThomas Willingham2013-08-091-1/+1
| |
* | Allow creation of webpages at channels other than your own.Thomas Willingham2013-08-091-9/+19
|/
* string parse error extracting one particular stringfriendica2013-08-091-1/+1
|
* Merge pull request #90 from beardy-unixer/masterfriendica2013-08-082-1/+17
|\ | | | | Add access policy to admin panel.
| * Unbork webpage permissions - missed this because most of my channel_ids are 1.Thomas Willingham2013-08-071-1/+7
| |
| * Add access policy to admin panel.Thomas Willingham2013-08-071-0/+10
| |
* | Add public visibility setting to privacy groups (collections). This doesn't ↵friendica2013-08-071-3/+9
|/ | | | yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
* big changes to photo->store() which is now photo->save() and takes an array ↵friendica2013-08-071-9/+35
| | | | instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
* Add a site access policy (to determine if this is really a public site or ↵friendica2013-08-062-4/+16
| | | | just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree.
* convert all stored json calls to json_decode_plus()friendica2013-08-061-2/+2
|
* populate initial suggestions (ultimately we want to do this at install time ↵friendica2013-08-052-2/+2
| | | | as well as from the poller so that new sites have friend suggestions when they create their first channel).