Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 2 | -2/+2 |
| | |||||
* | Merge pull request #13494 from owncloud/windows_warning | Morris Jobke | 2015-01-20 | 2 | -5/+18 |
|\ | | | | | add a Windows warning | ||||
| * | add a Windows warning | Frank Karlitschek | 2015-01-20 | 2 | -5/+18 |
| | | |||||
* | | Merge pull request #13454 from owncloud/improve-empty-displayname | Joas Schilling | 2015-01-20 | 1 | -2/+2 |
|\ \ | | | | | | | also show message for empty display name if change of it isn't allowed | ||||
| * | | also show message for empty display name if change of it isn't allowed | Morris Jobke | 2015-01-19 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 8 | -2/+30 |
| |/ |/| | |||||
* | | Merge pull request #13419 from owncloud/drop-animation-user-list | Thomas Müller | 2015-01-19 | 1 | -7/+0 |
|\ \ | | | | | | | Drop the hide and show of new users in user list | ||||
| * | | Drop the hide and show of new users in user list | Morris Jobke | 2015-01-16 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | * causes the first load after the initial load to hide some users in the viewport and showing them again, but with a scrolled up viewport * causes higher load for nearly never visible effects * fixes #12962 | ||||
* | | | Merge pull request #13443 from owncloud/fix-filtering-for-users | Thomas Müller | 2015-01-19 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Fix filtering for users when $gid is empty | ||||
| * | | Fix filtering for users when $gid is empty | Lukas Reschke | 2015-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Previously when $gid was empty the users were not filtered at all. Rendering the search function in the user management pretty useless. Fixes itself | ||||
* | | | Merge pull request #13447 from owncloud/fix_typo | Joas Schilling | 2015-01-19 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix typo - caused by 3d997e8c62bd752f38bcc11f02fb2af0e46d9154 | ||||
| * | | | fix typo - caused by 3d997e8c62bd752f38bcc11f02fb2af0e46d9154 | Morris Jobke | 2015-01-18 | 1 | -1/+1 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-19 | 2 | -0/+2 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-18 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 24 | -18/+252 |
|/ | |||||
* | Merge pull request #13413 from owncloud/apps-cancelloadonswitch | Morris Jobke | 2015-01-16 | 1 | -2/+9 |
|\ | | | | | Cancel app list load when switching categories | ||||
| * | Cancel app list load when switching categories | Vincent Petry | 2015-01-16 | 1 | -2/+9 |
| | | |||||
* | | sorting enabled and disabled apps alphabetically - fixes #13404 | Thomas Müller | 2015-01-16 | 1 | -0/+16 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-16 | 2 | -2/+2 |
| | |||||
* | Show mail address & display name if it is read only | Morris Jobke | 2015-01-15 | 1 | -0/+14 |
| | | | | | | | * gives the user the chance to verify it's mail address and display name * ref #12823 * fixes #13393 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 2 | -0/+62 |
| | |||||
* | adapt decrypt all and restore/delete key backups to the new folder structure ↵ | Bjoern Schiessle | 2015-01-13 | 2 | -17/+6 |
| | | | | for encryption key introduced with OC8 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-13 | 4 | -20/+30 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-12 | 4 | -4/+18 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-11 | 10 | -12/+32 |
| | |||||
* | Merge pull request #13212 from owncloud/cache-appstore-response | Morris Jobke | 2015-01-10 | 6 | -44/+75 |
|\ | | | | | Cache responses from the AppStore server | ||||
| * | Cache responses from the AppStore server | Lukas Reschke | 2015-01-09 | 6 | -44/+75 |
| | | | | | | | | | | | | | | | | | | | | Otherwise every time the AppStore was opened a lot of connections to the AppStore server were made which resulted in a terrible performance. This changeset will cache the response for a sensible time so that only the first request will be somewhat slow. Performance changes: - Loading a category took previously more than 3 seconds on my machine. Now for every follow-up request it takes less than 200ms, resulting in a performance gain of 1950% - Loading the category list took previously about 750ms - now it takes 154ms, a total performance gain of 395% | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-10 | 26 | -8/+124 |
|/ | |||||
* | Fix js error in personal settings if there is no password field | Robin Appelman | 2015-01-09 | 1 | -1/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-09 | 24 | -6/+46 |
| | |||||
* | Merge pull request #12988 from owncloud/logfile_download | Morris Jobke | 2015-01-09 | 9 | -50/+168 |
|\ | | | | | Logfile download | ||||
| * | add Download logfile button to admin settings | Georg Ehrke | 2015-01-07 | 9 | -50/+168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add logSettingsController add download logfile button move getEntries to LogSettingsController move set log level to logsettingscontroller.php add warning if logfile is bigger than 100MB add unit test for set log level fix typecasting, add new line at EoF show log and logfile download only if log_type is set to owncloud add unit test for getFilenameForDownload | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-08 | 60 | -60/+2 |
| | | |||||
* | | Merge pull request #12687 from owncloud/auto-escape-t-placeholders | Morris Jobke | 2015-01-07 | 1 | -1/+1 |
|\ \ | | | | | | | Auto escape t placeholders | ||||
| * | | Autoescape of placeholders in t() and p() - for JS | Morris Jobke | 2015-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc | ||||
* | | | Fix incorrect warning about setting the overwrite.cli.url | Joas Schilling | 2015-01-07 | 2 | -6/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-07 | 2 | -0/+2 |
| | | | |||||
* | | | Fix group select autocomplete | Robin Appelman | 2015-01-06 | 1 | -16/+12 |
|/ / | |||||
* | | fixing wrong usage of license vs licence | Thomas Müller | 2015-01-06 | 2 | -3/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-05 | 12 | -16/+152 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-04 | 4 | -32/+126 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-03 | 2 | -12/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-02 | 4 | -32/+182 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-01 | 6 | -10/+480 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-31 | 10 | -2/+158 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-29 | 4 | -0/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-28 | 2 | -0/+44 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-27 | 2 | -0/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-26 | 6 | -28/+132 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-25 | 2 | -0/+6 |
| | |