Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12114 from owncloud/fix-pimple | Morris Jobke | 2014-11-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix Pimple unset | Bernhard Posselt | 2014-11-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #11917 from owncloud/fix-11909 | Thomas Müller | 2014-11-11 | 10 | -36/+311 |
|\ | |||||
| * | Migrate "setsecurity.php" to the AppFramework | Lukas Reschke | 2014-11-03 | 10 | -36/+311 |
* | | Merge pull request #11929 from owncloud/fix-db-center | Jan-Christoph Borchardt | 2014-11-11 | 1 | -0/+14 |
|\ \ | |||||
| * | | fixes not centered database chooser on setup page | Morris Jobke | 2014-11-03 | 1 | -0/+14 |
* | | | Merge pull request #12100 from owncloud/fix-infinite-loop | Morris Jobke | 2014-11-11 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix infinite loop if count and limit is 0 | Morris Jobke | 2014-11-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #11789 from owncloud/fix-11762 | Morris Jobke | 2014-11-11 | 2 | -3/+29 |
|\ \ \ | |||||
| * | | | dont fail with 500 if configured display name attribute is not set | Arthur Schiwon | 2014-10-27 | 2 | -3/+29 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-11 | 142 | -350/+228 |
* | | | | Merge pull request #10966 from owncloud/storage-root-share-permissions | Morris Jobke | 2014-11-10 | 2 | -0/+90 |
|\ \ \ \ | |||||
| * | | | | Add unit tests | Robin Appelman | 2014-10-31 | 1 | -0/+85 |
| * | | | | Keep the share permissions from mountpoints | Robin Appelman | 2014-10-31 | 1 | -1/+2 |
| * | | | | Dont' use mountpoint permissions as share permissions for external storages | Robin Appelman | 2014-10-31 | 1 | -0/+4 |
* | | | | | Merge pull request #12070 from owncloud/accessibility-fixes | Morris Jobke | 2014-11-10 | 8 | -31/+95 |
|\ \ \ \ \ | |||||
| * | | | | | use proper tabindex order: 1. app menu, 2. search, 3. user menu | Jan-Christoph Borchardt | 2014-11-08 | 1 | -3/+3 |
| * | | | | | add relevant focus styles to the existing hover styles | Jan-Christoph Borchardt | 2014-11-06 | 3 | -23/+81 |
| * | | | | | add alt text for file actions, but leave empty since text is directly next to it | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+1 |
| * | | | | | introduce h1, use either ownCloud name or current app name | Jan-Christoph Borchardt | 2014-11-06 | 3 | -3/+8 |
| * | | | | | add missing alt attribute to spinner | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+2 |
* | | | | | | Merge pull request #12069 from owncloud/clean-l10n | Morris Jobke | 2014-11-10 | 13 | -5078/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove *.pot | Thomas Müller | 2014-11-10 | 13 | -5078/+1 |
* | | | | | | | Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexcep... | Vincent Petry | 2014-11-10 | 4 | -114/+156 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Convert StorageNotAvailableException to SabreDAV exception | Vincent Petry | 2014-11-10 | 4 | -114/+156 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #12027 from owncloud/cleanup_exceptions | Vincent Petry | 2014-11-10 | 9 | -95/+157 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | clean up encryption exceptions | Bjoern Schiessle | 2014-11-07 | 9 | -95/+157 |
* | | | | | | | Merge pull request #12065 from owncloud/loginname-username | Jan-Christoph Borchardt | 2014-11-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Login Name -> Username in user management | Morris Jobke | 2014-11-10 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-10 | 32 | -22/+42 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-09 | 44 | -64/+284 |
* | | | | | | | Merge pull request #12050 from owncloud/use-proper-array-name | Lukas Reschke | 2014-11-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use proper array key | Lukas Reschke | 2014-11-08 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #12038 from sebomoto/fix-user-dropdown | Lukas Reschke | 2014-11-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | changed default dropdown content | Sebastian Bolt | 2014-11-07 | 1 | -1/+1 |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-08 | 50 | -34/+122 |
|/ / / / / / / / | |||||
* | | | | | | | | logging changes | Craig Morrissey | 2014-11-07 | 1 | -0/+3 |
* | | | | | | | | Merge pull request #11736 from owncloud/enc_get_fileinfo_from_real_file | Björn Schießle | 2014-11-07 | 4 | -10/+14 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | only set the values we need and make sure that we write the file info for both | Bjoern Schiessle | 2014-11-07 | 1 | -3/+7 |
| * | | | | | | | don't scan part files | Bjoern Schiessle | 2014-11-07 | 2 | -5/+5 |
| * | | | | | | | also try to get file info from part file | Bjoern Schiessle | 2014-11-07 | 1 | -2/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #11575 from owncloud/cache-watcher-propagate | Robin Appelman | 2014-11-07 | 3 | -0/+38 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Also propagate etag changes when the watcher finds a changed file | Robin Appelman | 2014-11-07 | 3 | -0/+38 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #11954 from owncloud/enc_stop_uploading_if_private_key_is_... | Lukas Reschke | 2014-11-07 | 5 | -3/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | throw exception if private key is missing | Bjoern Schiessle | 2014-11-05 | 4 | -1/+21 |
| * | | | | | | still try to encrypt files, even if the session is not initialized. The strea... | Bjoern Schiessle | 2014-11-04 | 1 | -2/+1 |
* | | | | | | | Merge pull request #12019 from owncloud/fix-template-shortcuts | Thomas Müller | 2014-11-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | second parameter in template shortcuts script() and style() is optional | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-07 | 118 | -128/+162 |
* | | | | | | | | Merge pull request #12003 from owncloud/password-migration | Lukas Reschke | 2014-11-06 | 2 | -33/+9 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | |