Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more register_approve stuff - like the admin page. Hopefully this won't ↵ | friendica | 2013-02-08 | 2 | -8/+6 |
| | | | | conflict with Thomas's admin page "list users" changes | ||||
* | reduce debug noise | friendica | 2013-02-08 | 1 | -1/+1 |
| | |||||
* | perhaps REGISTER_VERIFY will work now. I'll test it and make certain it ↵ | friendica | 2013-02-08 | 1 | -104/+4 |
| | | | | works some day. But not today. | ||||
* | provide a global way of enforcing name policy restrictions, but only enforce ↵ | friendica | 2013-02-07 | 1 | -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, ↵ | friendica | 2013-02-07 | 1 | -20/+20 |
| | | | | but still need to tell people. | ||||
* | this should fix the auto-friend stuff | friendica | 2013-02-07 | 1 | -1/+0 |
| | |||||
* | work on notifications | friendica | 2013-02-06 | 1 | -22/+10 |
| | |||||
* | this might make zot-id work as originally conceived complete with reverse ↵ | friendica | 2013-02-06 | 1 | -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 more | friendica | 2013-02-05 | 1 | -52/+65 |
| | |||||
* | convert wall_upload to use the photo api | friendica | 2013-02-05 | 3 | -135/+36 |
| | |||||
* | mod/attach support for files/attachments using OS storage | friendica | 2013-02-05 | 1 | -1/+4 |
| | |||||
* | owner's like reversed instead of observer's. | friendica | 2013-02-05 | 1 | -56/+4 |
| | |||||
* | fix new/search mod on network page, fix the parent queries on network and ↵ | friendica | 2013-02-04 | 2 | -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 types | friendica | 2013-02-04 | 3 | -2/+4 |
| | |||||
* | bring back selective "mark unseen" on network page now that we can mark all ↵ | friendica | 2013-02-03 | 2 | -13/+6 |
| | | | | unseen | ||||
* | clearly a chanview link is not going to work there, go back to zid. | friendica | 2013-02-03 | 1 | -2/+2 |
| | |||||
* | finish up the "mark all xyz seen" for all known values of xyz | friendica | 2013-02-03 | 2 | -11/+45 |
| | |||||
* | more work on settings - move template utils to utils and get rid of mods | friendica | 2013-02-02 | 1 | -64/+10 |
| | |||||
* | debugging the photo api | friendica | 2013-02-02 | 2 | -3/+3 |
| | |||||
* | Merge pull request #26 from beardy-unixer/master | friendica | 2013-02-02 | 1 | -23/+6 |
|\ | | | | | Admin page | ||||
| * | We DO only have one queue for now. | Thomas Willingham | 2013-02-02 | 1 | -4/+0 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-02-02 | 3 | -244/+11 |
| |\ | |||||
| * | | Clean up no longer used admin functions, plus fix summary template. | Thomas Willingham | 2013-02-02 | 1 | -17/+0 |
| | | | |||||
| * | | Fix admin summary. | Thomas Willingham | 2013-02-02 | 1 | -6/+10 |
| | | | |||||
* | | | fix con"n"nections | Oliver | 2013-02-02 | 1 | -6/+6 |
| | | | |||||
* | | | fix con"n"nections | Oliver | 2013-02-02 | 1 | -1/+1 |
| |/ |/| | |||||
* | | ensure that stored tag terms are taken after term expansion, e.g. @"Mike ↵ | friendica | 2013-02-02 | 1 | -3/+3 |
| | | | | | | | | Macgirvin" and not @"mike+2" | ||||
* | | more progress on photos api | friendica | 2013-02-02 | 2 | -241/+8 |
|/ | |||||
* | sort out the rest of the nasty stuff in the attachment/file api - time to ↵ | friendica | 2013-02-01 | 2 | -4/+10 |
| | | | | move on to something else | ||||
* | debugging of file attachment api - somewhat functional but the attachment ↵ | friendica | 2013-01-31 | 4 | -7/+12 |
| | | | | info structure in the item table needs to be re-done. | ||||
* | plugin_settings are now feature_settings | friendica | 2013-01-31 | 1 | -6/+2 |
| | |||||
* | make addon (featured) settings page work | friendica | 2013-01-31 | 1 | -5/+5 |
| | |||||
* | update friends in common tool now that poco is working | friendica | 2013-01-31 | 2 | -12/+2 |
| | |||||
* | expire setting | friendica | 2013-01-31 | 1 | -2/+3 |
| | |||||
* | this should fix xchan photo permissions | friendica | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | file/attachment storage api with revision control - needs a bit more testing ↵ | friendica | 2013-01-31 | 3 | -167/+31 |
| | | | | but the framework is in place | ||||
* | file replace option for wall attachments. | friendica | 2013-01-30 | 1 | -18/+53 |
| | |||||
* | enforce the new enhanced permissions (not just simple access controls) on ↵ | friendica | 2013-01-30 | 1 | -5/+9 |
| | | | | photos - caveat: the default profile photo cannot be restricted. Any such restrictions will be ignored. | ||||
* | beginning of backend file/attachment api | friendica | 2013-01-30 | 1 | -3/+1 |
| | |||||
* | mark for death implemented | friendica | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | missing permission settings | friendica | 2013-01-29 | 1 | -8/+17 |
| | |||||
* | delete item should now mostly work | friendica | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Someday the social graph will work, but alas not today. Add more debugging. | friendica | 2013-01-28 | 1 | -6/+14 |
| | |||||
* | check for mcrypt during install, allow admin email account to be admin *if* ↵ | friendica | 2013-01-27 | 1 | -0/+5 |
| | | | | it's the first account. | ||||
* | suppose I should do this right. | friendica | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | still no social graph - oh maybe it's because the observer hash isn't valid ↵ | friendica | 2013-01-27 | 1 | -1/+1 |
| | | | | and everybody's permission is denied. Well it's just another bug, but not the real bug. We're connecting as anonymous so that shouldn't make a difference. | ||||
* | var spelling | friendica | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | simplify friendship approval - merge with connection editing | friendica | 2013-01-27 | 1 | -7/+53 |
| | |||||
* | log directory source url | friendica | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 2 | -9/+13 |
| | | | | exists |