aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* more site statsfriendica2013-07-241-0/+5
|
* start saving site infofriendica2013-07-231-0/+6
|
* potential solution to Friendica for Android photo uploads, which aren't ↵friendica2013-07-231-1/+4
| | | | working on Red currently.
* add logging to matrix page load because I don't want to spend a week telling ↵friendica2013-07-221-0/+2
| | | | somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile.
* mail completion issuefriendica2013-07-212-2/+2
|
* log forbidden photos with complete URL and observer webbie (if available).friendica2013-07-211-0/+3
|
* make forbidden sign less obnoxious and more theme-ablefriendica2013-07-211-1/+1
|
* remove obsolete notificationsfriendica2013-07-211-17/+17
|
* remove some unused settings from admin pagefriendica2013-07-211-2/+0
|
* remove stray debuggingfriendica2013-07-191-2/+2
|
* private pokes - perhaps a little *too* private.friendica2013-07-192-3/+3
|
* fix default channel setting after importfriendica2013-07-181-4/+9
|
* start using profile_flags in photo queries so we can start creating ↵friendica2013-07-181-13/+32
| | | | PHOTO_THING's
* Merge https://github.com/friendica/red into zpullfriendica2013-07-171-0/+11
|\
| * Observer permissions (but not ACL yet) for webpages.Thomas Willingham2013-07-161-0/+11
| |
* | configurable theme precedence rules, and passing the page owner to the pcss ↵friendica2013-07-171-0/+1
| | | | | | | | theme settings.
* | provide a controlling user for theme settings, not necessarily local_user() ↵friendica2013-07-161-0/+6
|/ | | | - can't test on my test site so moving into production and I'll debug it there.
* parse_url: add missing scheme unless url begins with '/'friendica2013-07-161-0/+4
|
* fix some issues that showed up in the logs.friendica2013-07-151-8/+9
|
* provide a way to search the directory by modification datefriendica2013-07-142-2/+16
|
* Nobody died, so remove not-needed logging.Thomas Willingham2013-07-151-2/+0
|
* That should fix uploads...Thomas Willingham2013-07-131-1/+1
|
* Small amount of work on webpages.Thomas Willingham2013-07-121-2/+5
|
* Make sure we load the channel theme when displaying a page.Thomas Willingham2013-07-121-1/+18
|
* Non-translatable string plus feature enabled checkThomas Willingham2013-07-111-1/+2
|
* One of those days...Thomas Willingham2013-07-101-12/+54
|
* Let's use the right files, plus a typoThomas Willingham2013-07-102-281/+30
|
* Minimum value webpagesThomas Willingham2013-07-102-0/+387
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-107-14/+186
|\
| * use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-074-0/+14
| | | | | | | | dependent but seems to work on FF
| * input form for profile stufffriendica2013-07-041-13/+43
| |
| * nearly ready for the output templatefriendica2013-07-031-2/+3
| |
| * some object/thing tweaksfriendica2013-07-031-0/+14
| |
| * $yoursite/thing?f=&verb=has&term=big+ballsfriendica2013-07-031-11/+119
| | | | | | | | | | These will eventually be listed by category in your profile and you will be able to have different lists in different profiles (which is why the multi-profile feature needed to get finished before I could get any further along on this...) have fun
| * tag cloud tweaking - allow your own comments, disallow all private postsfriendica2013-07-031-1/+1
| |
| * birthday error checking - if year is present but no month or day, set to 1 ↵friendica2013-07-031-0/+5
| | | | | | | | January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works.
* | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-035-93/+88
|\|
| * remove debug info - mop up and go homefriendica2013-07-031-2/+2
| |
| * multi-profiles workfriendica2013-07-032-10/+21
| |
| * progress on multiple profiles, doing it the old way. I don't think we're ↵friendica2013-07-031-7/+8
| | | | | | | | going to be able to do it the new way - way too complicated.
| * This probably needs some configurable options, but let's only show tags from ↵friendica2013-07-021-1/+1
| | | | | | | | your top-level posts in your personal tag cloud to prevent your commenters from tag spamming you and featuring their tags on your wall. It would be bad if somebody was able to make #penis_enlargement *your* personal top tag. We can do something different for the matrix, as it can't be seen by outsiders.
| * oops - returned too many itemsfriendica2013-07-021-1/+1
| |
| * tag cloud feature (enable the feature, then it will show up on your channel ↵friendica2013-07-021-0/+3
| | | | | | | | page)
| * some work on issue #62 (comments collapsing on liveupdate), but still a work ↵friendica2013-07-021-77/+57
| | | | | | | | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress
* | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-0214-38/+147
|\|
| * fix some community tagging bugsfriendica2013-06-301-2/+4
| |
| * add age to dirsearch jsonfriendica2013-06-301-0/+1
| |
| * age query in dirsearchfriendica2013-06-301-0/+10
| |
| * add age to directory profile - requires updating on each birthday and that ↵friendica2013-06-301-0/+3
| | | | | | | | part is still missing
| * partial implementation of issue #64 - local tag storage linked to the tagged ↵friendica2013-06-291-0/+1
| | | | | | | | item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding.