Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12900 from owncloud/more-accessibility | Thomas Müller | 2014-12-18 | 7 | -6/+31 |
|\ | |||||
| * | add label for search field for screen readers | Jan-Christoph Borchardt | 2014-12-17 | 1 | -0/+3 |
| * | use method to only visually hide elements, show only for screen reader | Jan-Christoph Borchardt | 2014-12-17 | 5 | -5/+16 |
| * | add text to Settings button | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+3 |
| * | add alt text to 'Cancel upload' button | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| * | fix Delete action text being translatable | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| * | add empty alt text for user image | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| * | add text to Delete action | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
| * | properly name form labels for the file selection | Jan-Christoph Borchardt | 2014-12-17 | 2 | -1/+4 |
| * | fix alt text for breadcrumbs home icon | Jan-Christoph Borchardt | 2014-12-17 | 1 | -0/+2 |
* | | Merge pull request #12924 from owncloud/improve-emptystates | Thomas Müller | 2014-12-18 | 10 | -13/+48 |
|\ \ | |||||
| * | | add empty state for external storages | Jan-Christoph Borchardt | 2014-12-17 | 4 | -1/+13 |
| * | | wording fix for Files app empty state | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| * | | apply empty state for 'Deleted files' | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+5 |
| * | | improve empty state of 'All files' | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+5 |
| * | | improve empty states for sharing and shared links as well | Jan-Christoph Borchardt | 2014-12-17 | 1 | -3/+7 |
| * | | use empty state for 'Shared with you' as well | Jan-Christoph Borchardt | 2014-12-17 | 2 | -1/+6 |
| * | | even better empty state for Favorites, and general Empty State style | Jan-Christoph Borchardt | 2014-12-17 | 3 | -7/+13 |
* | | | Merge pull request #12917 from owncloud/fix-ocs-12915-api | Morris Jobke | 2014-12-18 | 3 | -6/+17 |
|\ \ \ | |||||
| * | | | Check basic auth header only for not-logged-in users | Lukas Reschke | 2014-12-17 | 1 | -1/+1 |
| * | | | Store result of authentication | Lukas Reschke | 2014-12-17 | 1 | -1/+7 |
| * | | | Move basic auth login out of `isLoggedIn` | Lukas Reschke | 2014-12-17 | 2 | -5/+10 |
* | | | | Merge pull request #12168 from owncloud/docker-webdav | Thomas Müller | 2014-12-17 | 14 | -6/+474 |
|\ \ \ \ | |||||
| * | | | | Setup a docker container that holds a webdav instance to test files_external | Morris Jobke | 2014-12-17 | 14 | -6/+474 |
| |/ / / | |||||
* | | | | Merge pull request #12892 from owncloud/is-addmin | Morris Jobke | 2014-12-17 | 8 | -5/+178 |
|\ \ \ \ | |||||
| * | | | | add isAdmin and isInGroup methods for the group manager | Bernhard Posselt | 2014-12-17 | 5 | -4/+117 |
| * | | | | fix tests | Bernhard Posselt | 2014-12-17 | 1 | -4/+2 |
| * | | | | use two tests instead of one | Bernhard Posselt | 2014-12-17 | 1 | -4/+18 |
| * | | | | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho... | Bernhard Posselt | 2014-12-17 | 5 | -1/+49 |
* | | | | | Merge pull request #12911 from owncloud/hhvm-infoparser | Morris Jobke | 2014-12-17 | 1 | -1/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | HHVM: Call libxml_use_internal_errors() instead of surpressing errors. | Andreas Fischer | 2014-12-17 | 1 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #12793 from owncloud/mountconfig-store-id | Robin McCorkell | 2014-12-17 | 1 | -103/+162 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Add the storage id to the mount config | Robin Appelman | 2014-12-17 | 1 | -103/+162 |
| |/ / | |||||
* | | | Merge pull request #12902 from owncloud/fix-filelist-thumbnails | Morris Jobke | 2014-12-17 | 3 | -13/+59 |
|\ \ \ | |/ / |/| | | |||||
| * | | Propertly restore thumbnail on cancel/rename/move | Vincent Petry | 2014-12-17 | 3 | -13/+59 |
* | | | Merge pull request #12895 from owncloud/favorites-polish | Jan-Christoph Borchardt | 2014-12-17 | 4 | -3/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix favorite star flickering on empty state page | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+3 |
| * | | fix file list summary left alignment | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
| * | | fix empty state for Favorites | Jan-Christoph Borchardt | 2014-12-17 | 2 | -1/+8 |
| * | | put Favorites second in list, after 'All files' | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
* | | | Merge pull request #12889 from owncloud/deprecation-time | Thomas Müller | 2014-12-17 | 4 | -0/+28 |
|\ \ \ | |_|/ |/| | | |||||
| * | | first round of deprecation | Bernhard Posselt | 2014-12-16 | 4 | -0/+28 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-17 | 156 | -46/+600 |
| |/ |/| | |||||
* | | Merge pull request #12881 from owncloud/issue/12874-interface-timezone | Lukas Reschke | 2014-12-16 | 4 | -24/+104 |
|\ \ | |||||
| * | | Move timezone logic out of server.php | Joas Schilling | 2014-12-16 | 4 | -24/+104 |
| |/ | |||||
* | | Merge pull request #12890 from owncloud/add-fancy-translation | Thomas Müller | 2014-12-16 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Add some fancy translation chart | Lukas Reschke | 2014-12-16 | 1 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-16 | 50 | -32/+78 |
* | Merge pull request #12360 from owncloud/files-tags | Lukas Reschke | 2014-12-15 | 20 | -10/+1209 |
|\ | |||||
| * | Fixed small code style issues | Vincent Petry | 2014-12-15 | 5 | -12/+16 |