Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11850 from owncloud/fix-11848 | Vincent Petry | 2014-10-31 | 2 | -14/+10 |
|\ | | | | | on xp'ed mode and switching configurations: save raw mode instead of tog... | ||||
| * | on xp'ed mode and switching configurations: save raw mode instead of ↵ | Arthur Schiwon | 2014-10-29 | 2 | -14/+10 |
| | | | | | | | | toggling filter mode in tabs since their status is unknown and dealt with by the Wizard. Fixes #11848 | ||||
* | | admin settings: fix LDAP settings header layout | Jan-Christoph Borchardt | 2014-10-30 | 1 | -2/+3 |
| | | |||||
* | | fixing ldap listing in admin sidebar - needs styling review | Thomas Müller | 2014-10-30 | 1 | -2/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-30 | 18 | -30/+216 |
|/ | |||||
* | update all translation files to js and json | Thomas Müller | 2014-10-29 | 351 | -5854/+11572 |
| | |||||
* | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+1 |
| | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-29 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-27 | 1 | -1/+25 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-26 | 2 | -14/+53 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-25 | 1 | -0/+4 |
| | |||||
* | Use function outside of loop | Lukas Reschke | 2014-10-24 | 2 | -3/+4 |
| | | | | Otherwise the function is executed n times which is a lot of overhead | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-24 | 2 | -0/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-23 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-21 | 3 | -3/+11 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-20 | 3 | -3/+76 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-19 | 1 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-18 | 10 | -1/+42 |
| | |||||
* | add one simple cache test | Arthur Schiwon | 2014-10-17 | 1 | -4/+29 |
| | |||||
* | make performance less bad. Still far from good, but at least it works | Arthur Schiwon | 2014-10-17 | 2 | -8/+30 |
| | |||||
* | fix retrievel of group members and cache group members | Arthur Schiwon | 2014-10-17 | 1 | -2/+25 |
| | | | | fix changed variable name | ||||
* | Merge pull request #11478 from owncloud/fix-11448 | blizzz | 2014-10-16 | 12 | -206/+551 |
|\ | | | | | LDAP: add setting to wizard that disables auto-detection and enables raw mode | ||||
| * | left-align checkbox on server tab | Arthur Schiwon | 2014-10-16 | 1 | -4/+3 |
| | | |||||
| * | rephrase xp'ed user mode label | Arthur Schiwon | 2014-10-15 | 1 | -1/+1 |
| | | |||||
| * | remove debug output | Arthur Schiwon | 2014-10-15 | 1 | -1/+0 |
| | | |||||
| * | instead of dis/enabling tabs on save, cancel tab change. avoids noisy ui | Arthur Schiwon | 2014-10-15 | 1 | -5/+4 |
| | | |||||
| * | show busy cursor and lock tabs on save | Arthur Schiwon | 2014-10-15 | 2 | -9/+34 |
| | | |||||
| * | show Spinner when stuff is being saved | Arthur Schiwon | 2014-10-14 | 3 | -1/+17 |
| | | |||||
| * | show a spinner next to test filter button when the test is running | Arthur Schiwon | 2014-10-10 | 2 | -10/+28 |
| | | |||||
| * | always abort running ajax request when the method is fired up again | Arthur Schiwon | 2014-10-10 | 1 | -12/+28 |
| | | |||||
| * | coding style, no effective code changes | Arthur Schiwon | 2014-10-10 | 1 | -24/+24 |
| | | |||||
| * | remove debug output | Arthur Schiwon | 2014-10-09 | 1 | -1/+0 |
| | | |||||
| * | fix triggering of group update counts. improves the basic code which is also ↵ | Arthur Schiwon | 2014-10-09 | 2 | -14/+15 |
| | | | | | | | | responsible for user counts. i did not find regressions, please doublecheck | ||||
| * | bump version | Arthur Schiwon | 2014-10-09 | 1 | -1/+1 |
| | | |||||
| * | smaller corrections to make scruitinizer happier, no effective changes | Arthur Schiwon | 2014-10-08 | 3 | -13/+16 |
| | | |||||
| * | more beautiful white spaces | Arthur Schiwon | 2014-10-08 | 1 | -88/+88 |
| | | |||||
| * | rename internal var name to avoid collision | Arthur Schiwon | 2014-10-08 | 2 | -7/+7 |
| | | |||||
| * | confirmation before switching to assisted mode when admin is experienced | Arthur Schiwon | 2014-10-08 | 1 | -38/+77 |
| | | |||||
| * | user and group counts are only upated on demand in experienced mode | Arthur Schiwon | 2014-10-08 | 6 | -15/+98 |
| | | |||||
| * | Objectlasses, Groups and Attributes are now loaded only in assisted mode and ↵ | Arthur Schiwon | 2014-10-08 | 3 | -13/+72 |
| | | | | | | | | only once | ||||
| * | sets user filters to raw mode when marking user as experienced | Arthur Schiwon | 2014-10-07 | 3 | -0/+66 |
| | | |||||
| * | must be empty not auto | Arthur Schiwon | 2014-10-07 | 1 | -2/+2 |
| | | |||||
| * | add checkbox for experienced users to server tab | Arthur Schiwon | 2014-10-07 | 3 | -0/+23 |
| | | |||||
* | | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -0/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label | ||||
* | | Merge pull request #11499 from owncloud/ldap-warningwhenuidismissing | Lukas Reschke | 2014-10-10 | 1 | -0/+4 |
|\ \ | | | | | | | Log warning when no uid was found for user | ||||
| * | | Log warning when no uid was found for user | Vincent Petry | 2014-10-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | In some incomplete setups (like mine) it can happen that the uid attribute of users is missing. To be able to find out that something is wrong, a debug message is now logged when it has not been found. | ||||
* | | | Merge pull request #11480 from owncloud/ldap-enterkey-deletefix | Jan-Christoph Borchardt | 2014-10-10 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | Prevent button click when enter key is pressed in LDAP wizard | ||||
| * | | | Prevent button click when enter key is pressed in LDAP wizard | Vincent Petry | 2014-10-08 | 3 | -3/+3 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Pressing enter in the LDAP wizard will trigger a click on the first button. In the main page it would trigger the delete dialog, which is quite inconvenient. Added a type attribute to suppress this behavior. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-10 | 1 | -3/+3 |
| | | | |||||
* | | | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This allows to have links to different doc base URLs a. |