aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* remove the automatic ajax page load on pgdn key; it can load content much ↵redmatrix2016-06-091-16/+0
| | | | faster than you can page and potentially lead to memory exhaustion.
* rename admin/users to admin/accounts, provide sortable columns in account ↵redmatrix2016-06-062-4/+4
| | | | and channel summaries - issue #255
* adjust the autocomplete regex slightly to account for emoji namesredmatrix2016-06-051-1/+1
|
* Updating NL + es_ES stringsjeroenpraat2016-06-064-5772/+5642
|
* provide a hover class for smiley emojis which renders them slightly larger ↵redmatrix2016-06-041-0/+5
| | | | on compatible devices when you single them out for inspection
* allow any (current) emoji to be displayed on any site, and provide a default ↵redmatrix2016-06-031-14/+4
| | | | list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices.
* turn emoji ability into a feature so that either a member or the site admin ↵redmatrix2016-06-031-1/+1
| | | | can disable it. Default is enabled.
* some theming for emoji buttonMario Vavti2016-06-032-95/+95
|
* restrict emoji reactions to the top level for now.redmatrix2016-06-021-0/+2
|
* menu entries for basic emoji support. I could use a bit of help theming ↵redmatrix2016-06-022-0/+33
| | | | this. It may also be better rendered as a panel of buttons than a dropdown menu. Eventually we should probably allow the system admin to configure the emojis they want; as there are a large number. I only brought in a small collection that I thought would be most useful as post reactions.
* more db column renamesredmatrix2016-05-313-10/+18
|
* more removal of reserved words from DB schemasredmatrix2016-05-311-1/+1
|
* render code bbcode inline if there are no linebreaks in the text.Mario Vavti2016-05-302-11/+14
|
* consolidate all the sys_boot functionality that is common between the web ↵redmatrix2016-05-2612-12/+12
| | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
* some event fixes, also change jquery-textcomplete to un-minified since the ↵redmatrix2016-05-251-1/+1
| | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
* app rendering issues, typo in class name and could not find icon ↵redmatrix2016-05-251-1/+1
| | | | 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
* remove the add others button for now - after some research it turned out not ↵Mario Vavti2016-05-252-8/+0
| | | | beeing so useful
* code cleanupredmatrix2016-05-241-1/+1
|
* Update NL + ES_ESjeroenpraat2016-05-224-1318/+1398
|
* Update DE translation stringsphellmes2016-05-212-661/+701
|
* possible fix for #385Mario Vavti2016-05-212-1/+5
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-05-191-17/+32
|\
| * Replace text strings for translation supportAndrew Manning2016-05-191-9/+3
| |
| * Improved plugin repo management UI in admin/pluginsAndrew Manning2016-05-191-17/+38
| |
* | provide an acl select option for only meMario Vavti2016-05-192-15/+58
|/
* Merge pull request #388 from phellmes/de20160516hubzilla2016-05-172-3045/+3082
|\ | | | | Update DE translation strings
| * Update DE translations stringsphellmes2016-05-162-3045/+3082
| |
* | Dutch and Spanish Spanish strings, and some schema-bitsjeroenpraat2016-05-169-5809/+5990
|/
* Enable options for chat notifications, with optional audio. Notify for ↵Andrew Manning2016-05-131-3/+45
| | | | member entering room and incoming messages.
* change wording restricted -> custom selection and add a label to the selectMario Vavti2016-05-131-1/+1
|
* instead of radio buttons use select to choose between public and restricted ↵Mario Vavti2016-05-132-60/+70
| | | | acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible.
* Merge remote-tracking branch 'upstream/dev' into chat-notifyAndrew Manning2016-05-112-23/+23
|\
| * Merge pull request #376 from anaqreon/plugin-reporedmatrix2016-05-121-3/+3
| |\ | | | | | | Check if target directories are writable when adding, updating, or removing plugin repos
| | * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-111-0/+11
| | |\
| | * | Check if target directories are writable when adding, updating, or removing ↵Andrew Manning2016-05-111-3/+3
| | | | | | | | | | | | | | | | plugin repos
| * | | more whitespaceMario Vavti2016-05-111-1/+1
| | | |
| * | | whitespaceMario Vavti2016-05-111-19/+19
| | |/ | |/|
* / | Browser notification issued when member enters chat roomAndrew Manning2016-05-111-0/+76
|/ /
* / provide repository versions on admin summary page and an upgrade message if ↵redmatrix2016-05-101-0/+11
|/ | | | you're behind master
* Delete existing repo if the new one has a different URL. Fixed bug that ↵Andrew Manning2016-05-101-4/+8
| | | | could cause repeated installation.
* Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-094-6/+15
|\
| * remove unused code and whitespaceMario Vavti2016-05-091-1/+1
| |
| * remove the old IE html5 hack.redmatrix2016-05-081-4/+0
| |
| * improve non-ACL option description in ACL dialogTreer2016-05-082-1/+14
| |
* | Fixed some bugs with empty repo name and improved the interface a bit.Andrew Manning2016-05-091-12/+19
| |
* | copy-paste errorAndrew Manning2016-05-091-9/+24
| |
* | Addon repo is copied to /extend/addon/ when admin presses install. Addon ↵Andrew Manning2016-05-081-6/+49
| | | | | | | | repos can be removed via GUI.
* | Custom addon repo name option added.Andrew Manning2016-05-082-1/+3
| |
* | Existing addon repos are listed on plugin page with controls for updating, ↵Andrew Manning2016-05-071-1/+33
| | | | | | | | removing, and switching branches.
* | New plugin repo cloned using new GitRepo class. Readme and info displayed in ↵Andrew Manning2016-05-072-11/+23
| | | | | | | | wide modal dialog.