aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* fix profile selector on profile_photo page (unquoted mysql reserved word ↵friendica2013-02-101-3/+3
| | | | 'default')
* prevent repeated channel names in system notificationsfriendica2013-02-101-1/+1
|
* reduce itemspage for better interactive performancefriendica2013-02-102-3/+3
|
* taming the wild mod_displayfriendica2013-02-101-7/+4
|
* progress on mod/display - slow but any progress is goodfriendica2013-02-102-24/+11
|
* mod_display - no fun. Not working at all. But a bit of progress.friendica2013-02-105-101/+139
|
* add soapbox settingsfriendica2013-02-101-0/+1
|
* smarty support in intltext, fix old pending accounts query in ping, log ↵friendica2013-02-091-2/+4
| | | | failed email register notify
* add count of items to profiler so we can get a running averagefriendica2013-02-091-1/+1
|
* performance profiling - 95% of the time is spent in "conversation()" e.g. ↵friendica2013-02-091-6/+22
| | | | rendering and templates, even with the new theme engine. The time spent in the DB is miniscule. Will have to profile the bbcode processing and template engines individually to drill down further.
* debug rmagicfriendica2013-02-082-5/+11
|
* rmagic module to be called from nav bar on remote site - still needs a template.friendica2013-02-081-0/+58
|
* more register_approve stuff - like the admin page. Hopefully this won't ↵friendica2013-02-082-8/+6
| | | | conflict with Thomas's admin page "list users" changes
* reduce debug noisefriendica2013-02-081-1/+1
|
* perhaps REGISTER_VERIFY will work now. I'll test it and make certain it ↵friendica2013-02-081-104/+4
| | | | works some day. But not today.
* provide a global way of enforcing name policy restrictions, but only enforce ↵friendica2013-02-071-4/+6
| | | | empty names or length > storage size. Allow plugins to set other policies. In particular, you can't have an empty channel name now, but one char is legal ;-)
* update channel or default profile name change in all the appropriate places, ↵friendica2013-02-071-20/+20
| | | | but still need to tell people.
* this should fix the auto-friend stufffriendica2013-02-071-1/+0
|
* work on notificationsfriendica2013-02-061-22/+10
|
* this might make zot-id work as originally conceived complete with reverse ↵friendica2013-02-061-0/+11
| | | | magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.)
* partial cleanup of mod/profile_photo - needs a LOT morefriendica2013-02-051-52/+65
|
* convert wall_upload to use the photo apifriendica2013-02-053-135/+36
|
* mod/attach support for files/attachments using OS storagefriendica2013-02-051-1/+4
|
* owner's like reversed instead of observer's.friendica2013-02-051-56/+4
|
* fix new/search mod on network page, fix the parent queries on network and ↵friendica2013-02-042-3/+3
| | | | channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right.
* debugging mark all seen for various notification typesfriendica2013-02-043-2/+4
|
* bring back selective "mark unseen" on network page now that we can mark all ↵friendica2013-02-032-13/+6
| | | | unseen
* clearly a chanview link is not going to work there, go back to zid.friendica2013-02-031-2/+2
|
* finish up the "mark all xyz seen" for all known values of xyzfriendica2013-02-032-11/+45
|
* more work on settings - move template utils to utils and get rid of modsfriendica2013-02-021-64/+10
|
* debugging the photo apifriendica2013-02-022-3/+3
|
* Merge pull request #26 from beardy-unixer/masterfriendica2013-02-021-23/+6
|\ | | | | Admin page
| * We DO only have one queue for now.Thomas Willingham2013-02-021-4/+0
| |
| * Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-02-023-244/+11
| |\
| * | Clean up no longer used admin functions, plus fix summary template.Thomas Willingham2013-02-021-17/+0
| | |
| * | Fix admin summary.Thomas Willingham2013-02-021-6/+10
| | |
* | | fix con"n"nectionsOliver2013-02-021-6/+6
| | |
* | | fix con"n"nectionsOliver2013-02-021-1/+1
| |/ |/|
* | ensure that stored tag terms are taken after term expansion, e.g. @"Mike ↵friendica2013-02-021-3/+3
| | | | | | | | Macgirvin" and not @"mike+2"
* | more progress on photos apifriendica2013-02-022-241/+8
|/
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-012-4/+10
| | | | move on to something else
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-314-7/+12
| | | | info structure in the item table needs to be re-done.
* plugin_settings are now feature_settingsfriendica2013-01-311-6/+2
|
* make addon (featured) settings page workfriendica2013-01-311-5/+5
|
* update friends in common tool now that poco is workingfriendica2013-01-312-12/+2
|
* expire settingfriendica2013-01-311-2/+3
|
* this should fix xchan photo permissionsfriendica2013-01-311-1/+1
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-313-167/+31
| | | | but the framework is in place
* file replace option for wall attachments.friendica2013-01-301-18/+53
|
* enforce the new enhanced permissions (not just simple access controls) on ↵friendica2013-01-301-5/+9
| | | | photos - caveat: the default profile photo cannot be restricted. Any such restrictions will be ignored.