Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove po files and ignore them in the future | Thomas Müller | 2014-08-31 | 1336 | -514992/+1 |
| | |||||
* | Merge pull request #10770 from owncloud/getUserFolder | Morris Jobke | 2014-08-31 | 1 | -1/+2 |
|\ | | | | | update public interface for getUserFolder | ||||
| * | update public interface for getUserFolder | Morris Jobke | 2014-08-31 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #10768 from owncloud/l10n-use-public | Lukas Reschke | 2014-08-31 | 67 | -95/+99 |
|\ \ | | | | | | | Use public api for getting l10n | ||||
| * | | Also extend public server interface | Robin Appelman | 2014-08-31 | 1 | -1/+2 |
| | | | |||||
| * | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 66 | -94/+97 |
| | | | |||||
* | | | Merge pull request #10766 from owncloud/getUserFolder | Robin Appelman | 2014-08-31 | 1 | -5/+9 |
|\ \ \ | |/ / |/| / | |/ | Add optional user ID parameter for getUseFolder | ||||
| * | Add optional user ID parameter for getUseFolder | Morris Jobke | 2014-08-31 | 1 | -5/+9 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-31 | 480 | -5046/+4079 |
| | |||||
* | Merge pull request #10428 from owncloud/files_external_better_config | Robin McCorkell | 2014-08-30 | 4 | -28/+57 |
|\ | | | | | Improve external storage configuration UI | ||||
| * | Improve UI of external storage configuration | Robin McCorkell | 2014-08-30 | 4 | -28/+57 |
| | | | | | | | | | | | | | | | | | | * Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-30 | 561 | -8819/+9815 |
| | | |||||
* | | Merge pull request #10721 from owncloud/kill-rand | Robin Appelman | 2014-08-29 | 3 | -16/+11 |
|\ \ | | | | | | | Kill insecure random number generation | ||||
| * | | Don't register the call when rendering error pages | Robin Appelman | 2014-08-29 | 2 | -5/+8 |
| | | | |||||
| * | | Remove insecure fallback random number generation | Robin Appelman | 2014-08-29 | 1 | -11/+3 |
| | | | |||||
* | | | Merge pull request #10734 from owncloud/fix-10268 | Morris Jobke | 2014-08-29 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | retrieve local users, groups and group members in a sorted way | ||||
| * | | | retrieve local users, groups and group members in a sorted way | Arthur Schiwon | 2014-08-29 | 2 | -4/+4 |
| |/ / | |||||
* | | | Merge pull request #10738 from owncloud/fix-quotabar-width | jbtbnl | 2014-08-29 | 2 | -2/+10 |
|\ \ \ | | | | | | | | | Fix quota bar width, and indicate almost full storage | ||||
| * | | | move hardcoded color to CSS class - for themeability | Morris Jobke | 2014-08-29 | 2 | -2/+6 |
| | | | | |||||
| * | | | also add minimum width for quota bar so it’s apparent how it will look | Jan-Christoph Borchardt | 2014-08-29 | 1 | -0/+1 |
| | | | | |||||
| * | | | color quota bar yellow for feedback if usage is over 90% | Jan-Christoph Borchardt | 2014-08-29 | 1 | -1/+2 |
| | | | | |||||
| * | | | set quota bar maximum to 100% to prevent overflow | Jan-Christoph Borchardt | 2014-08-29 | 1 | -1/+3 |
| |/ / | |||||
* | | | Merge pull request #10614 from owncloud/remove-ee-hack | Lukas Reschke | 2014-08-29 | 1 | -12/+17 |
|\ \ \ | | | | | | | | | Remove different URL for EE | ||||
| * | | | Add isAppstoreEnabled instead of hijacking the URL | Lukas Reschke | 2014-08-26 | 1 | -6/+17 |
| | | | | |||||
| * | | | Remove different URL for EE | Lukas Reschke | 2014-08-24 | 1 | -7/+1 |
| | | | | | | | | | | | | This can now be achieved by setting `appstoreenabled` to `false` in config.php | ||||
* | | | | allow empty hostname and dots in service name for oracle autosetup | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -0/+14 |
| |/ / |/| | | |||||
* | | | Merge pull request #9214 from owncloud/wizard_email_detection | Morris Jobke | 2014-08-29 | 5 | -41/+273 |
|\ \ \ | | | | | | | | | LDAP: Wizard email attribute detection | ||||
| * | | | adjust static method vars as well | Arthur Schiwon | 2014-08-29 | 1 | -2/+4 |
| | | | | |||||
| * | | | trigger email detection by Wizard upon any user filter filter change. before ↵ | Arthur Schiwon | 2014-08-29 | 5 | -13/+30 |
| | | | | | | | | | | | | | | | | it happenend only upon user automatic list filter creation, but not on manual editing | ||||
| * | | | undo falsely changed log file | Arthur Schiwon | 2014-08-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | write log message, if original value was changed | Arthur Schiwon | 2014-08-29 | 1 | -0/+8 |
| | | | | |||||
| * | | | add unit test for mail detection | Arthur Schiwon | 2014-08-29 | 3 | -3/+140 |
| | | | | |||||
| * | | | remove Access as hard dependency, inject it instead | Arthur Schiwon | 2014-08-29 | 3 | -37/+41 |
| | | | | |||||
| * | | | Wizad: email attribute detection | Arthur Schiwon | 2014-08-29 | 1 | -0/+64 |
| | | | | |||||
* | | | | Merge pull request #9684 from owncloud/fix-9367 | Morris Jobke | 2014-08-29 | 5 | -46/+72 |
|\ \ \ \ | |_|_|/ |/| | | | Ability to show/hide last log in and storage location in user management | ||||
| * | | | user mgmt: move 'Show storage location' and 'Show last log in' to settings area | Jan-Christoph Borchardt | 2014-08-29 | 4 | -56/+46 |
| | | | | |||||
| * | | | Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵ | Stephane V | 2014-08-28 | 3 | -1/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | optional columns This fixes #9367. | ||||
* | | | | Merge pull request #10724 from owncloud/min-size-for-icons | Morris Jobke | 2014-08-29 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | define min height/width for icon classes to make sure they show | ||||
| * | | | | define min height/width for icon classes to make sure they show | Jan-Christoph Borchardt | 2014-08-29 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #10719 from owncloud/files-external-personal-undefined | Thomas Müller | 2014-08-29 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Prevent undefined index error loading external storages | ||||
| * | | | | Add missing 'personal' mount configuration option | Robin McCorkell | 2014-08-29 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #9681 from owncloud/kill_oc_session | Lukas Reschke | 2014-08-29 | 28 | -95/+142 |
|\ \ \ \ \ | | | | | | | | | | | | | kill OC::$session | ||||
| * | | | | | be correct in deprecation documentation | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 28 | -95/+142 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | | | | | Merge pull request #10701 from owncloud/tests-momentjsinclude | Thomas Müller | 2014-08-29 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Include momentjs for unit tests | ||||
| * | | | | Include momentjs for unit tests | Vincent Petry | 2014-08-29 | 1 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #10637 from owncloud/fixing-js-issues | Thomas Müller | 2014-08-29 | 2 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Init vars with a value if none is provided | ||||
| * | | | | Init vars with a value if none is provided | Clark Tomlinson | 2014-08-28 | 2 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #10703 from owncloud/sometimes-allow-horizontal-scrollbar | Thomas Müller | 2014-08-29 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | allow horizontal scrollbar for personal and admin settings | ||||
| * | | | | allow horizontal scrollbar for personal and admin settings | Jan-Christoph Borchardt | 2014-08-28 | 1 | -0/+4 |
| | |/ / | |/| | |