aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* honour sys channel permissions for who can view the sys owned contentfriendica2014-07-262-3/+18
|
* always provide a profile edit entry in the nav usermenufriendica2014-07-242-14/+23
|
* issues #542 #543 - mentions not linked on editing a post if they contained a ↵friendica2014-07-241-0/+9
| | | | forum indicator.
* allow jotnets to work with rpostfriendica2014-07-231-1/+1
|
* sql string unquotedfriendica2014-07-221-1/+1
|
* the "page 2 shows up on top of page 1 when you wake up in the morning" bug. ↵friendica2014-07-211-0/+17
| | | | See the comments.
* provide a specific permission for liking profiles (reuse the obsolete ↵friendica2014-07-173-17/+17
| | | | bookmark permission), also remove the unused 'unconnected contacts' view for now.
* better handling of interactive likesfriendica2014-07-172-14/+19
|
* confirm that something was done.friendica2014-07-171-0/+8
|
* make mod_like interactive if requestedfriendica2014-07-171-6/+43
|
* tinmymce zombie - kill it.friendica2014-07-171-2/+2
|
* don't subdue archived connections in viewconnectionsfriendica2014-07-161-1/+2
|
* subdue archived connections in group editor and don't show at all in ↵friendica2014-07-161-0/+2
| | | | contact_block()
* provide os_mkdir to workaround permission issues with php mkdirfriendica2014-07-162-2/+2
|
* clean up more code duplicationfriendica2014-07-142-5/+7
|
* Brain fart. Should really wait until the first cuppa kicks in.friendica2014-07-141-1/+1
|
* issue #536 - move a line so it doesn't interferefriendica2014-07-141-1/+1
|
* issue #536friendica2014-07-141-0/+13
|
* move smarty compiled files to store/[data]/smarty3 - which puts all ↵friendica2014-07-101-4/+4
| | | | writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
* make sure we don't block new folks if there's a different register policy ↵friendica2014-07-091-1/+1
| | | | and the hub admin turns on email verify
* finish implementing email verification. Currently it only applies if ↵friendica2014-07-091-4/+19
| | | | REGISTER_OPEN is in effect.
* numerous event fixes - mostly related to editing an eventfriendica2014-07-061-22/+41
|
* make the pending connections query consistent between mod/ping and ↵friendica2014-07-051-5/+7
| | | | mod/connections
* remove cyclic dependency on XCHAN_FLAGS_HIDDENfriendica2014-07-051-2/+3
|
* some initial work towards email address verificationfriendica2014-07-031-0/+24
|
* visage tracking opt-in/opt-outfriendica2014-07-031-0/+8
|
* session DNT - if you want it use it.friendica2014-07-031-0/+4
|
* turn that into a featurefriendica2014-07-021-2/+1
|
* Fix for #510: $a->poi wasn't set for tabs actions with commands, so ↵zottel2014-07-021-1/+1
| | | | connedit_clone wasn't executed.
* use a better hashtag replacement when preventing tag hijackingfriendica2014-07-011-2/+2
|
* optionally allow zrl usage from specific markdown sourcesfriendica2014-07-011-1/+1
|
* easter eggfriendica2014-07-011-1/+8
|
* more doco on mod/ping - plus fix a birthday notification which was a day off.friendica2014-06-301-6/+52
|
* Some documentation in mod/ping.php an reduced default logging.Klaus Weidenbach2014-06-301-47/+33
| | | | It is now LOGGER_DATA as it returns the json data contents.
* limit updates from new dir servers to avoid exhausting memory.friendica2014-06-291-1/+1
|
* keep dirsync from exhausting memoryfriendica2014-06-291-1/+1
|
* Merge pull request #516 from dawnbreak/masterRedMatrix2014-06-301-27/+27
|\ | | | | Fixed a wrong timestamp update when adding a file.
| * Return a correct timestamp when a folder is empty.Klaus Weidenbach2014-06-291-27/+27
| | | | | | | | | | If a folder was empty a zero timestamp was returned. Now it will return the timestamp of the folder itself.
* | Remove Remove Account link from account settingsChristian Vogeley2014-06-291-1/+3
|/ | | | | because it doesn’t remove the account. Move channel removal link to channel page
* rule of snakes #1, kill the snake.friendica2014-06-288-26/+27
| | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-06-261-0/+2
|\
| * Let's have a global default startpage before falling back to appsAlexandre Hannud Abdo2014-06-261-0/+2
| |
* | notification being sent for comments from blocked connections on same site.friendica2014-06-261-1/+5
|/
* sql errorfriendica2014-06-251-1/+1
|
* Merge branch 'master' of https://github.com/tuscanhobbit/redPaolo Tacconi2014-06-251-0/+2
|\
| * Set backlink to the parent folder, not cloud's root.Klaus Weidenbach2014-06-241-0/+2
| | | | | | | | | | | | | | If you edit a file and click on the backlink you always returned to the root folder of your cloud. This patch sets the correct parent folder as backlink. Bit messy, but looks like it works.
* | Display quota and translatable stringsPaolo Tacconi2014-06-251-0/+1
|/
* Oops I left some debug stuff aroundtuscanhobbit2014-06-241-1/+0
|
* Fixes to links and forward URLs in filestoragetuscanhobbit2014-06-241-46/+8
|
* clean up the awful descriptive text on thing inputfriendica2014-06-231-3/+6
|