Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some systems use en_US.UTF8 instead of en_US.UTF-8 | Thomas Müller | 2013-02-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1443 from owncloud/use-module-file-info-master | Lukas Reschke | 2013-02-06 | 1 | -1/+14 |
|\ | | | | | we get best results regarding mime type detection if we use fileinfo - l... | ||||
| * | we get best results regarding mime type detection if we use fileinfo - let's ↵ | Thomas Mueller | 2013-02-04 | 1 | -1/+14 |
| | | | | | | | | tell the admin about that | ||||
* | | Merge pull request #1428 from owncloud/content_positioning | Thomas Tanghus | 2013-02-06 | 2 | -2/+2 |
|\ \ | | | | | | | Fix leftcontent positioning. Ref #1255 | ||||
| * | | Add 'hascontrols' class for content with fixed topbar. | Thomas Tanghus | 2013-02-04 | 2 | -2/+2 |
| |/ | |||||
* | | make it possible to modify the links to the clients | Georg Ehrke | 2013-02-06 | 1 | -3/+3 |
| | | |||||
* | | let the user change his display name, if supported by the back-end | Björn Schießle | 2013-02-06 | 1 | -0/+17 |
| | | |||||
* | | offer change password only when the action is supported by the user backend | Arthur Schiwon | 2013-02-05 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #1379 from owncloud/improved_appsmanagement | Lukas Reschke | 2013-01-31 | 1 | -3/+4 |
|\ | | | | | Improved appsmanagement | ||||
| * | remove leftover code | Frank Karlitschek | 2013-01-30 | 1 | -3/+0 |
| | | |||||
| * | merge master | Frank Karlitschek | 2013-01-30 | 5 | -197/+180 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into improved_appsmanagement Conflicts: settings/apps.php settings/templates/apps.php | ||||
| * | | mark recommended apps. server part not yet fully implemented | Frank Karlitschek | 2013-01-30 | 1 | -2/+1 |
| | | | |||||
| * | | we are getting closer. updating is not working yet. | Frank Karlitschek | 2013-01-21 | 1 | -1/+3 |
| | | | |||||
* | | | make strings translatable | Björn Schießle | 2013-01-30 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #1360 from owncloud/display_name | Lukas Reschke | 2013-01-29 | 1 | -3/+9 |
|\ \ | | | | | | | introduction of display names | ||||
| * | | rename Name to Login Name | Björn Schießle | 2013-01-28 | 1 | -2/+2 |
| | | | |||||
| * | | show display name in input field | Björn Schießle | 2013-01-28 | 1 | -1/+2 |
| | | | |||||
| * | | interface and API to change display names | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | prepare user table to show and edit display names | Björn Schießle | 2013-01-28 | 1 | -1/+6 |
| | | | |||||
| * | | compare the correct uids | Björn Schießle | 2013-01-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1059 from owncloud/fixing-998-master | Thomas Müller | 2013-01-26 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | Fixing 998 master | ||||
| * | | | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-18 | 5 | -145/+172 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js | ||||
| * | | | displaying notification now centered | Thomas Mueller | 2013-01-11 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | The notification div has been moved to the user templates. Correct display of the notification will only work with the use of OC.Notification.show() as on fadeIn() the css needs to be changed as this style required display: inline. | ||||
* | | | | Move appid to external file | Lukas Reschke | 2013-01-23 | 1 | -1/+2 |
| | | | | |||||
* | | | | Remove uneeded JS | Lukas Reschke | 2013-01-22 | 1 | -22/+1 |
| | | | | |||||
* | | | | External JSON for the Apps | Lukas Reschke | 2013-01-21 | 1 | -7/+3 |
| | | | | |||||
* | | | | Move isadmin to external file | Lukas Reschke | 2013-01-21 | 1 | -3/+3 |
| |/ / |/| | | |||||
* | | | Spaces to tabs | Bart Visscher | 2013-01-16 | 5 | -169/+169 |
| | | | |||||
* | | | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 1 | -0/+27 |
|\ \ \ | | |/ | |/| | |||||
| * | | Removed uneeded HTML tag | Lukas Reschke | 2013-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Add security section to admin menu | Lukas Reschke | 2013-01-11 | 1 | -0/+27 |
| |/ | | | | | | | | | | | | | | | | | Currently it only allows the admin to enable or disable the HTTPS enforcement, but in the future it could be expanded to further options. The HTTPS enforcement only allows the admin to enforce it, if he is connected via HTTPS. (To prevent admins to enable it without a proper SSL setup) | ||||
* / | fixing <input> tag | Thomas Mueller | 2013-01-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1053 from owncloud/ocs_api | Michael Gapczynski | 2013-01-04 | 2 | -0/+39 |
|\ | | | | | External API for ownCloud based on OCS | ||||
| * | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 4 | -151/+207 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: l10n/templates/core.pot l10n/templates/files.pot l10n/templates/files_encryption.pot l10n/templates/files_external.pot l10n/templates/files_sharing.pot l10n/templates/files_versions.pot l10n/templates/lib.pot l10n/templates/settings.pot l10n/templates/user_ldap.pot l10n/templates/user_webdavauth.pot | ||||
| * \ | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-16 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 5 | -8/+26 |
| |\ \ \ | |||||
| * \ \ \ | Merge master into ocs_api | Tom Needham | 2012-10-28 | 2 | -3/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into ocs_api | Tom Needham | 2012-09-17 | 1 | -7/+26 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Fix merge conflicts | Tom Needham | 2012-09-13 | 6 | -37/+118 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Check if required apps are installed | Tom Needham | 2012-07-30 | 2 | -3/+22 |
| | | | | | | | | |||||
| * | | | | | | | Improve styling of permission request page | Tom Needham | 2012-07-30 | 1 | -12/+13 |
| | | | | | | | | |||||
| * | | | | | | | Basic template for authorising exernal apps with OAuth | Tom Needham | 2012-07-30 | 1 | -0/+19 |
| | | | | | | | | |||||
* | | | | | | | | omit type attribute in script tag to use fallback (text/javascript) | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge pull request #902 from owncloud/storage-wording | Thomas Müller | 2012-12-28 | 1 | -7/+22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Storage wording | ||||
| * | | | | | | | moving logic from template to the 'controller' | Thomas Müller | 2012-12-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | THX @VicDeo | ||||
| * | | | | | | | enable translations for quota sizes 'none' and 'default' | Thomas Müller | 2012-12-20 | 1 | -4/+19 |
| | | | | | | | | |||||
| * | | | | | | | change technical expression 'Quota' to simpler 'Storage' | Jan-Christoph Borchardt | 2012-12-14 | 1 | -3/+3 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | [l18n] fixing typos in source text | Thomas Müller | 2012-12-19 | 1 | -100/+121 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #961 from owncloud/check_locale | Frank Karlitschek | 2012-12-19 | 1 | -0/+14 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | add a check and a warning if setlocale is working | ||||
| * | | | | | | | add a check and a warning if setlocale is working | Frank Karlitschek | 2012-12-19 | 1 | -0/+14 |
| | | | | | | | |